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-05-31T02:32:53.561Z||main|||||INFO|500||The following profiles are active: basic 2022-05-31T02:33:02.789Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-31T02:33:02.790Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-31T02:33:02.866Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-31T02:33:05.214Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-31T02:33:05.369Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-31T02:33:05.698Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-31T02:33:05.712Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-31T02:33:05.786Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-31T02:33:05.911Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-31T02:33:06.300Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-31T02:33:07.173Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-31T02:33:09.085Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-31T02:33:09.136Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-31T02:33:09.718Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-31T02:33:09.943Z||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-05-31T02:33:11.008Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-31T02:33:11.979Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-31T02:33:11.997Z||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$$8b4e7d66.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-05-31T02:33:11.998Z||main|||||WARN|500||The sdc end point is not alive 2022-05-31T02:33:14.545Z||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-05-31T02:33:17.268Z||main|||||WARN|500||--- 2022-05-31T02:33:17.269Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-31T02:33:17.269Z||main|||||WARN|500||--- 2022-05-31T02:33:17.682Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-31T02:33:21.887Z||main|||||INFO|500||Started Application in 32.431 seconds (JVM running for 33.496) 2022-05-31T02:33:21.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-31T02:33:21.912Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-31T02:33:21.923Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-31T02:33:21.949Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-31T02:33:22.033Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e366fa15-9b2e-4ff9-a3a6-dc4667f9c70e url= /sdc/v1/artifactTypes 2022-05-31T02:33:22.034Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-31T02:33:23.129Z||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.26.184] 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$$fca5bef9.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-05-31T02:33:23.133Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3893a516 2022-05-31T02:33:23.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-31T02:33:23.147Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-31T02:33:23.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-31T02:33:23.151Z||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$$fca5bef9.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-05-31T02:34:11.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-31T02:34:11.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-31T02:34:11.882Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-31T02:34:11.885Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-31T02:34:11.892Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 98d30933-dfd4-4305-ab15-3023a9087bc5 url= /sdc/v1/artifactTypes 2022-05-31T02:34:11.892Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-31T02:34:12.921Z||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.26.184] 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$$fca5bef9.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-05-31T02:34:12.922Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@89c9dc5 2022-05-31T02:34:12.922Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-31T02:34:12.923Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-31T02:34:12.923Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-31T02:34:12.923Z||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$$fca5bef9.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-05-31T02:35:01.882Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-31T02:35:01.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-31T02:35:01.883Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-31T02:35:01.887Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-31T02:35:01.892Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 59d16010-c908-4d04-b003-afa17792ef7a url= /sdc/v1/artifactTypes 2022-05-31T02:35:01.892Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-31T02:35:02.106Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-31T02:35:02.113Z||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-05-31T02:35:02.133Z||scheduling-1|||||DEBUG|500||create keys 2022-05-31T02:35:02.139Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-31T02:35:02.164Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:35:02.177Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6940ee28-2876-4d7d-8b84-378ae576e2e7 url= /sdc/v1/registerForDistribution 2022-05-31T02:35:02.271Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6940ee28-2876-4d7d-8b84-378ae576e2e7 url= /sdc/v1/registerForDistribution 2022-05-31T02:35:02.272Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-31T02:35:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:35:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:35:02.283Z||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-05-31T02:35:02.283Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:35:02.283Z||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-05-31T02:35:02.283Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-31T02:35:02.283Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:35:12.549Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:35:12.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:36:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:36:02.278Z||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-05-31T02:36:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:36:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:36:02.279Z||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-05-31T02:36:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:36:11.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:36:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:37:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:37:02.278Z||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-05-31T02:37:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:37:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:37:02.279Z||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-05-31T02:37:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:37:11.820Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:37:11.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:38:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:38:02.278Z||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-05-31T02:38:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:38:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:38:02.279Z||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-05-31T02:38:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:38:11.821Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:38:11.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:39:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:39:02.278Z||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-05-31T02:39:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:39:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:39:02.279Z||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-05-31T02:39:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:39:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:39:11.818Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:40:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:40:02.278Z||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-05-31T02:40:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:40:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:40:02.280Z||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-05-31T02:40:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:40:11.822Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:40:11.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:41:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:41:02.278Z||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-05-31T02:41:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:41:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:41:02.279Z||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-05-31T02:41:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:41:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:41:11.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:42:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:42:02.278Z||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-05-31T02:42:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:42:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:42:02.280Z||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-05-31T02:42:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:42:11.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:42:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:43:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:43:02.278Z||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-05-31T02:43:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:43:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:43:02.279Z||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-05-31T02:43:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:43:07.666Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-31T02:43:11.819Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:43:11.821Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:44:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:44:02.278Z||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-05-31T02:44:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:44:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:44:02.279Z||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-05-31T02:44:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:44:11.823Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:44:11.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:45:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:45:02.278Z||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-05-31T02:45:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:45:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:45:02.279Z||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-05-31T02:45:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:45:11.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:45:11.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:46:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:46:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:46:02.279Z||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-05-31T02:46:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:46:02.279Z||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-05-31T02:46:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:46:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:46:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:47:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:47:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:47:02.280Z||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-05-31T02:47:02.280Z||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-05-31T02:47:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:47:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:47:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:47:11.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:48:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:48:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:48:02.282Z||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-05-31T02:48:02.282Z||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-05-31T02:48:02.282Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:48:02.282Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:48:11.821Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:48:11.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:49:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:49:02.278Z||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-05-31T02:49:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:49:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:49:02.279Z||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-05-31T02:49:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:49:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:49:11.819Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:50:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:50:02.278Z||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-05-31T02:50:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:50:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:50:02.279Z||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-05-31T02:50:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:50:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:50:11.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:51:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:51:02.278Z||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-05-31T02:51:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:51:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:51:02.279Z||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-05-31T02:51:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:51:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:51:11.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:52:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:52:02.278Z||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-05-31T02:52:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:52:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:52:02.280Z||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-05-31T02:52:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:52:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:52:11.820Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:53:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:53:02.278Z||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-05-31T02:53:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:53:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:53:02.279Z||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-05-31T02:53:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:53:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:53:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:54:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:54:02.278Z||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-05-31T02:54:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:54:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:54:02.279Z||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-05-31T02:54:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:54:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:54:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:55:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:55:02.278Z||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-05-31T02:55:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:55:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:55:02.279Z||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-05-31T02:55:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:55:11.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:55:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:56:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:56:02.278Z||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-05-31T02:56:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:56:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:56:02.279Z||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-05-31T02:56:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:56:11.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:56:11.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:57:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:57:02.278Z||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-05-31T02:57:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:57:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:57:02.279Z||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-05-31T02:57:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:57:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:57:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:58:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:58:02.278Z||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-05-31T02:58:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:58:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:58:02.279Z||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-05-31T02:58:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:58:11.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:58:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:59:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:59:02.278Z||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-05-31T02:59:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:59:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T02:59:02.279Z||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-05-31T02:59:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T02:59:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T02:59:11.818Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:00:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:00:02.278Z||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-05-31T03:00:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:00:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:00:02.279Z||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-05-31T03:00:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:00:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:00:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:01:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:01:02.278Z||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-05-31T03:01:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:01:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:01:02.279Z||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-05-31T03:01:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:01:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:01:11.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:02:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:02:02.278Z||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-05-31T03:02:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:02:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:02:02.279Z||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-05-31T03:02:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:02:11.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:02:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:03:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:03:02.278Z||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-05-31T03:03:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:03:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:03:02.279Z||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-05-31T03:03:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:03:11.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:03:11.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:04:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:04:02.278Z||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-05-31T03:04:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:04:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:04:02.279Z||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-05-31T03:04:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:04:11.822Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:04:11.825Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:05:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:05:02.278Z||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-05-31T03:05:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:05:02.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:05:02.279Z||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-05-31T03:05:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:05:11.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:05:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:06:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:06:02.278Z||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-05-31T03:06:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:06:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:06:02.280Z||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-05-31T03:06:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:06:11.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:06:11.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:07:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:07:02.278Z||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-05-31T03:07:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:07:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:07:02.279Z||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-05-31T03:07:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:07:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:07:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:08:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:08:02.278Z||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-05-31T03:08:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:08:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:08:02.279Z||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-05-31T03:08:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:08:11.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:08:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:09:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:09:02.278Z||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-05-31T03:09:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:09:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:09:02.279Z||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-05-31T03:09:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:09:11.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:09:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:10:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:10:02.278Z||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-05-31T03:10:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:10:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:10:02.279Z||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-05-31T03:10:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:10:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:10:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:11:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:11:02.278Z||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-05-31T03:11:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:11:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:11:02.279Z||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-05-31T03:11:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:11:11.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:11:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:12:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:12:02.278Z||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-05-31T03:12:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:12:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:12:02.279Z||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-05-31T03:12:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:12:11.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:12:11.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:13:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:13:02.278Z||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-05-31T03:13:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:13:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:13:02.279Z||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-05-31T03:13:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:13:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:13:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:14:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:14:02.278Z||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-05-31T03:14:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:14:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:14:02.279Z||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-05-31T03:14:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:14:11.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:14:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:15:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:15:02.278Z||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-05-31T03:15:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:15:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:15:02.279Z||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-05-31T03:15:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:15:11.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:15:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:16:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:16:02.278Z||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-05-31T03:16:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:16:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:16:02.279Z||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-05-31T03:16:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:16:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:16:11.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:17:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:17:02.278Z||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-05-31T03:17:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:17:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:17:02.279Z||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-05-31T03:17:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:17:11.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:17:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:18:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:18:02.278Z||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-05-31T03:18:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:18:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:18:02.279Z||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-05-31T03:18:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:18:11.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:18:11.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:19:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:19:02.278Z||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-05-31T03:19:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:19:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:19:02.279Z||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-05-31T03:19:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:19:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:19:11.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:20:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:20:02.278Z||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-05-31T03:20:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:20:02.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:20:02.279Z||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-05-31T03:20:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:20:11.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:20:11.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:21:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:21:02.278Z||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-05-31T03:21:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:21:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:21:02.279Z||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-05-31T03:21:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:21:11.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:21:11.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:22:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:22:02.278Z||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-05-31T03:22:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:22:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:22:02.280Z||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-05-31T03:22:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:22:11.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:22:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:23:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:23:02.278Z||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-05-31T03:23:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:23:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:23:02.279Z||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-05-31T03:23:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:23:11.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:23:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:24:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:24:02.278Z||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-05-31T03:24:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:24:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:24:02.279Z||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-05-31T03:24:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:24:11.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:24:11.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:25:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:25:02.278Z||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-05-31T03:25:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:25:02.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:25:02.279Z||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-05-31T03:25:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:25:11.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:25:11.818Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:26:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:26:02.278Z||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-05-31T03:26:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:26:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:26:02.279Z||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-05-31T03:26:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:26:11.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:26:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:27:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:27:02.278Z||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-05-31T03:27:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:27:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:27:02.279Z||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-05-31T03:27:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:27:11.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:27:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:28:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:28:02.278Z||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-05-31T03:28:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:28:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:28:02.279Z||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-05-31T03:28:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:28:11.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:28:11.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:29:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:29:02.278Z||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-05-31T03:29:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:29:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:29:02.279Z||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-05-31T03:29:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:29:11.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:29:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:30:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:30:02.278Z||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-05-31T03:30:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:30:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:30:02.279Z||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-05-31T03:30:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:30:11.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:30:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:31:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:31:02.278Z||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-05-31T03:31:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:31:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:31:02.279Z||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-05-31T03:31:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:31:11.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:31:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:32:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:32:02.278Z||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-05-31T03:32:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:32:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:32:02.279Z||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-05-31T03:32:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:32:11.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:32:11.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:33:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:33:02.278Z||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-05-31T03:33:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:33:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:33:02.279Z||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-05-31T03:33:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:33:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:33:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:34:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:34:02.278Z||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-05-31T03:34:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:34:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:34:02.279Z||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-05-31T03:34:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:34:11.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:34:11.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:35:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:35:02.278Z||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-05-31T03:35:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:35:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:35:02.279Z||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-05-31T03:35:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:35:11.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:35:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:36:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:36:02.278Z||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-05-31T03:36:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:36:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:36:02.279Z||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-05-31T03:36:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:36:11.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:36:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:37:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:37:02.278Z||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-05-31T03:37:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:37:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:37:02.280Z||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-05-31T03:37:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:37:11.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:37:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:38:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:38:02.278Z||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-05-31T03:38:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:38:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:38:02.279Z||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-05-31T03:38:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:38:11.822Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:38:11.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:39:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:39:02.278Z||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-05-31T03:39:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:39:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:39:02.279Z||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-05-31T03:39:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:39:11.811Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:39:11.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:40:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:40:02.278Z||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-05-31T03:40:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:40:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:40:02.279Z||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-05-31T03:40:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:40:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:40:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:41:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:41:02.278Z||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-05-31T03:41:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:41:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:41:02.279Z||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-05-31T03:41:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:41:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:41:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:42:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:42:02.278Z||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-05-31T03:42:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:42:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:42:02.279Z||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-05-31T03:42:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:42:11.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:42:11.818Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:43:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:43:02.278Z||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-05-31T03:43:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:43:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:43:02.279Z||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-05-31T03:43:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:43:11.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:43:11.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:44:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:44:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T03:44:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T03:44:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:44:02.280Z||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-05-31T03:44:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:44:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:44:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:45:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:45:02.278Z||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-05-31T03:45:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:45:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:45:02.279Z||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-05-31T03:45:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:45:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:45:11.819Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:46:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:46:02.278Z||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-05-31T03:46:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:46:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:46:02.279Z||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-05-31T03:46:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:46:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:46:11.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:47:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:47:02.278Z||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-05-31T03:47:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:47:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:47:02.280Z||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-05-31T03:47:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:47:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:47:11.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:48:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:48:02.278Z||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-05-31T03:48:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:48:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:48:02.279Z||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-05-31T03:48:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:48:11.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:48:11.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:49:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:49:02.278Z||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-05-31T03:49:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:49:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:49:02.279Z||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-05-31T03:49:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:49:11.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:49:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:50:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:50:02.278Z||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-05-31T03:50:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:50:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:50:02.279Z||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-05-31T03:50:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:50:11.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:50:11.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:51:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:51:02.278Z||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-05-31T03:51:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:51:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:51:02.279Z||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-05-31T03:51:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:51:11.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:51:11.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:52:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:52:02.278Z||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-05-31T03:52:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:52:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:52:02.279Z||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-05-31T03:52:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:52:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:52:11.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:53:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:53:02.278Z||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-05-31T03:53:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:53:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:53:02.279Z||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-05-31T03:53:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:53:11.818Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:53:11.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:54:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:54:02.277Z||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-05-31T03:54:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:54:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:54:02.279Z||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-05-31T03:54:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:54:11.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:54:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:55:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:55:02.278Z||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-05-31T03:55:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:55:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:55:02.279Z||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-05-31T03:55:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:55:11.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:55:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:56:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:56:02.278Z||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-05-31T03:56:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:56:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:56:02.279Z||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-05-31T03:56:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:56:11.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:56:11.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:57:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:57:02.278Z||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-05-31T03:57:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:57:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:57:02.279Z||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-05-31T03:57:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:57:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:57:11.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:58:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:58:02.278Z||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-05-31T03:58:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:58:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:58:02.279Z||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-05-31T03:58:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:58:11.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:58:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:59:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:59:02.278Z||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-05-31T03:59:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:59:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T03:59:02.279Z||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-05-31T03:59:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T03:59:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T03:59:11.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:00:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:00:02.278Z||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-05-31T04:00:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:00:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:00:02.279Z||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-05-31T04:00:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:00:11.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:00:11.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:01:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:01:02.278Z||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-05-31T04:01:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:01:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:01:02.279Z||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-05-31T04:01:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:01:11.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:01:11.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:02:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:02:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:02:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:02:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:02:02.279Z||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-05-31T04:02:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:02:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:02:11.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:03:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:03:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:03:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:03:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:03:02.279Z||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-05-31T04:03:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:03:11.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:03:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:04:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:04:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:04:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:04:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:04:02.279Z||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-05-31T04:04:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:04:11.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:04:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:05:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:05:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:05:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:05:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:05:02.279Z||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-05-31T04:05:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:05:11.820Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:05:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:06:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:06:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:06:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:06:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:06:02.279Z||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-05-31T04:06:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:06:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:06:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:07:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:07:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:07:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:07:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:07:02.279Z||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-05-31T04:07:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:07:11.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:07:11.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:08:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:08:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:08:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:08:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:08:02.279Z||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-05-31T04:08:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:08:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:08:11.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:09:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:09:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:09:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:09:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:09:02.279Z||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-05-31T04:09:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:09:11.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:09:11.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:10:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:10:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:10:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:10:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:10:02.279Z||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-05-31T04:10:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:10:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:10:11.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:11:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:11:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:11:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:11:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:11:02.279Z||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-05-31T04:11:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:11:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:11:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:12:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:12:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:12:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:12:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:12:02.279Z||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-05-31T04:12:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:12:11.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:12:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:13:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:13:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:13:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:13:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:13:02.279Z||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-05-31T04:13:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:13:11.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:13:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:14:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:14:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:14:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:14:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:14:02.279Z||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-05-31T04:14:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:14:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:14:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:15:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:15:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:15:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:15:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:15:02.279Z||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-05-31T04:15:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:15:11.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:15:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:16:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:16:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:16:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:16:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:16:02.279Z||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-05-31T04:16:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:16:11.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:16:11.820Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:17:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:17:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:17:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:17:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:17:02.279Z||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-05-31T04:17:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:17:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:17:11.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:18:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:18:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:18:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:18:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:18:02.279Z||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-05-31T04:18:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:18:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:18:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:19:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:19:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:19:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:19:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:19:02.279Z||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-05-31T04:19:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:19:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:19:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:20:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:20:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:20:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:20:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:20:02.279Z||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-05-31T04:20:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:20:11.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:20:11.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:21:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:21:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:21:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:21:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:21:02.279Z||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-05-31T04:21:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:21:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:21:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:22:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:22:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:22:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:22:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:22:02.279Z||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-05-31T04:22:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:22:11.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:22:11.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:23:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:23:02.278Z||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-05-31T04:23:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:23:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:23:02.280Z||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-05-31T04:23:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:23:11.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:23:11.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:24:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:24:02.277Z||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-05-31T04:24:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:24:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:24:02.279Z||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-05-31T04:24:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:24:11.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:24:11.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:25:02.278Z||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-05-31T04:25:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:25:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:25:02.279Z||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-05-31T04:25:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:25:11.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:25:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:26:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:26:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:26:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:26:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:26:02.279Z||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-05-31T04:26:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:26:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:26:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:27:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:27:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:27:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:27:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:27:02.279Z||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-05-31T04:27:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:27:11.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:27:11.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:28:02.277Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:28:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:28:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:28:02.279Z||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-05-31T04:28:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:28:11.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:28:11.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:29:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:29:02.278Z||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-05-31T04:29:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:29:02.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:29:02.280Z||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-05-31T04:29:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:29:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:29:11.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:30:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:30:02.278Z||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-05-31T04:30:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:30:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:30:02.279Z||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-05-31T04:30:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:30:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:30:11.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:31:02.278Z||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-05-31T04:31:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:31:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:31:02.279Z||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-05-31T04:31:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:31:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:31:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:32:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:32:02.278Z||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-05-31T04:32:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:32:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:32:02.279Z||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-05-31T04:32:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:32:11.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:32:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:33:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:33:02.278Z||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-05-31T04:33:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:33:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:33:02.279Z||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-05-31T04:33:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:33:11.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:33:11.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:34:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:34:02.278Z||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-05-31T04:34:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:34:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:34:02.279Z||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-05-31T04:34:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:34:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:34:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:35:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:35:02.278Z||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-05-31T04:35:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:35:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:35:02.279Z||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-05-31T04:35:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:35:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:35:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:36:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:36:02.278Z||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-05-31T04:36:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:36:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:36:02.279Z||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-05-31T04:36:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:36:11.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:36:11.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:37:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:37:02.278Z||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-05-31T04:37:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:37:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:37:02.279Z||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-05-31T04:37:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:37:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:37:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:38:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:38:02.278Z||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-05-31T04:38:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:38:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:38:02.279Z||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-05-31T04:38:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:38:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:38:11.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:39:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:39:02.278Z||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-05-31T04:39:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:39:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:39:02.279Z||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-05-31T04:39:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:39:11.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:39:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:40:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:40:02.278Z||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-05-31T04:40:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:40:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:40:02.279Z||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-05-31T04:40:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:40:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:40:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:41:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:41:02.278Z||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-05-31T04:41:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:41:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:41:02.279Z||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-05-31T04:41:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:41:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:41:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:42:02.278Z||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-05-31T04:42:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:42:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:42:02.279Z||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-05-31T04:42:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:42:11.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:42:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:43:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:43:02.278Z||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-05-31T04:43:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:43:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:43:02.279Z||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-05-31T04:43:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:43:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:43:11.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:44:02.278Z||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-05-31T04:44:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:44:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:44:02.279Z||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-05-31T04:44:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:44:11.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:44:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:45:02.277Z||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-05-31T04:45:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:45:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:45:02.279Z||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-05-31T04:45:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:45:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:45:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:46:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:46:02.278Z||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-05-31T04:46:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:46:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:46:02.279Z||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-05-31T04:46:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:46:11.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:46:11.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:47:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:47:02.277Z||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-05-31T04:47:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:47:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:47:02.279Z||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-05-31T04:47:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:47:11.818Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:47:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:48:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:48:02.278Z||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-05-31T04:48:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:48:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:48:02.279Z||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-05-31T04:48:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:48:11.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:48:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:49:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:49:02.278Z||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-05-31T04:49:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:49:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:49:02.279Z||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-05-31T04:49:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:49:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:49:11.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:50:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:50:02.278Z||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-05-31T04:50:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:50:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:50:02.279Z||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-05-31T04:50:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:50:11.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:50:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:51:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:51:02.278Z||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-05-31T04:51:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:51:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:51:02.279Z||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-05-31T04:51:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:51:11.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:51:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:52:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:52:02.278Z||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-05-31T04:52:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:52:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:52:02.279Z||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-05-31T04:52:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:52:11.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:52:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:53:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:53:02.278Z||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-05-31T04:53:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:53:02.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:53:02.279Z||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-05-31T04:53:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:53:11.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:53:11.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:54:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:54:02.277Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:54:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:54:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:54:02.279Z||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-05-31T04:54:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:54:11.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:54:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:55:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:55:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:55:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:55:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:55:02.279Z||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-05-31T04:55:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:55:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:55:11.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:56:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:56:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:56:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:56:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:56:02.279Z||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-05-31T04:56:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:56:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:56:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:57:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:57:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:57:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:57:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:57:02.279Z||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-05-31T04:57:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:57:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:57:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:58:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:58:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:58:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:58:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:58:02.279Z||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-05-31T04:58:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:58:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:58:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:59:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:59:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T04:59:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T04:59:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T04:59:02.279Z||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-05-31T04:59:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T04:59:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T04:59:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:00:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:00:02.277Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:00:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:00:02.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:00:02.279Z||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-05-31T05:00:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:00:11.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:00:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:01:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:01:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:01:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:01:02.279Z||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-05-31T05:01:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:01:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:01:11.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:02:02.278Z||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-05-31T05:02:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:02:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:02:02.280Z||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-05-31T05:02:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:02:11.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:02:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:03:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:03:02.278Z||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-05-31T05:03:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:03:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:03:02.279Z||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-05-31T05:03:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:03:11.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:03:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:04:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:04:02.278Z||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-05-31T05:04:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:04:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:04:02.279Z||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-05-31T05:04:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:04:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:04:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:05:02.278Z||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-05-31T05:05:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:05:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:05:02.279Z||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-05-31T05:05:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:05:11.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:05:11.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:06:02.277Z||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-05-31T05:06:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:06:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:06:02.279Z||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-05-31T05:06:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:06:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:06:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:07:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:07:02.278Z||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-05-31T05:07:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:07:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:07:02.279Z||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-05-31T05:07:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:07:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:07:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:08:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:08:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:08:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:08:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:08:02.279Z||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-05-31T05:08:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:08:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:08:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:09:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:09:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:09:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:09:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:09:02.279Z||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-05-31T05:09:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:09:11.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:09:11.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:10:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:10:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:10:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:10:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:10:02.279Z||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-05-31T05:10:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:10:11.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:10:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:11:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:11:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:11:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:11:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:11:02.279Z||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-05-31T05:11:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:11:11.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:11:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:12:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:12:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:12:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:12:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:12:02.279Z||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-05-31T05:12:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:12:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:12:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:13:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:13:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:13:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:13:02.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:13:02.279Z||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-05-31T05:13:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:13:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:13:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:14:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:14:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:14:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:14:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:14:02.279Z||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-05-31T05:14:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:14:11.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:14:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:15:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:15:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:15:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:15:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:15:02.279Z||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-05-31T05:15:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:15:11.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:15:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:16:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:16:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:16:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:16:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:16:02.279Z||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-05-31T05:16:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:16:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:16:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:17:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:17:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:17:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:17:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:17:02.279Z||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-05-31T05:17:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:17:11.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:17:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:18:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:18:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:18:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:18:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:18:02.279Z||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-05-31T05:18:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:18:11.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:18:11.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:19:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:19:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:19:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:19:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:19:02.279Z||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-05-31T05:19:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:19:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:19:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:20:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:20:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:20:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:20:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:20:02.279Z||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-05-31T05:20:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:20:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:20:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:21:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:21:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:21:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:21:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:21:02.279Z||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-05-31T05:21:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:21:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:21:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:22:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:22:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:22:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:22:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:22:02.279Z||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-05-31T05:22:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:22:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:22:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:23:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:23:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:23:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:23:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:23:02.279Z||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-05-31T05:23:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:23:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:23:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:24:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:24:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:24:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:24:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:24:02.279Z||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-05-31T05:24:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:24:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:24:11.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:25:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:25:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:25:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:25:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:25:02.279Z||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-05-31T05:25:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:25:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:25:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:26:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:26:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:26:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:26:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:26:02.279Z||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-05-31T05:26:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:26:11.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:26:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:27:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:27:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:27:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:27:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:27:02.279Z||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-05-31T05:27:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:27:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:27:11.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:28:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:28:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:28:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:28:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:28:02.279Z||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-05-31T05:28:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:28:11.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:28:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:29:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:29:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:29:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:29:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:29:02.279Z||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-05-31T05:29:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:29:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:29:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:30:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:30:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:30:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:30:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:30:02.279Z||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-05-31T05:30:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:30:11.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:30:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:31:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:31:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:31:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:31:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:31:02.279Z||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-05-31T05:31:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:31:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:31:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:32:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:32:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:32:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:32:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:32:02.279Z||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-05-31T05:32:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:32:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:32:11.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:33:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:33:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:33:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:33:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:33:02.279Z||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-05-31T05:33:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:33:11.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:33:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:34:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:34:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T05:34:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T05:34:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:34:02.279Z||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-05-31T05:34:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:34:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:34:11.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:35:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:35:02.278Z||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-05-31T05:35:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:35:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:35:02.279Z||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-05-31T05:35:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:35:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:35:11.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:36:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:36:02.278Z||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-05-31T05:36:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:36:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:36:02.279Z||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-05-31T05:36:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:36:11.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:36:11.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:37:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:37:02.278Z||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-05-31T05:37:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:37:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:37:02.279Z||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-05-31T05:37:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:37:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:37:11.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:38:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:38:02.278Z||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-05-31T05:38:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:38:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:38:02.279Z||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-05-31T05:38:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:38:11.812Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:38:11.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:39:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:39:02.277Z||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-05-31T05:39:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:39:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:39:02.279Z||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-05-31T05:39:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:39:11.825Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:39:11.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:40:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:40:02.278Z||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-05-31T05:40:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:40:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:40:02.279Z||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-05-31T05:40:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:40:11.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:40:11.829Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:41:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:41:02.278Z||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-05-31T05:41:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:41:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:41:02.279Z||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-05-31T05:41:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:41:11.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:41:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:42:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:42:02.278Z||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-05-31T05:42:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:42:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:42:02.279Z||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-05-31T05:42:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:42:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:42:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:43:02.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:43:02.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:43:02.283Z||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-05-31T05:43:02.283Z||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-05-31T05:43:02.283Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:43:02.283Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:43:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:43:11.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:44:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:44:02.277Z||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-05-31T05:44:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:44:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:44:02.279Z||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-05-31T05:44:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:44:11.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:44:11.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:45:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:45:02.277Z||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-05-31T05:45:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:45:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:45:02.279Z||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-05-31T05:45:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:45:11.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:45:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:46:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:46:02.277Z||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-05-31T05:46:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:46:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:46:02.279Z||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-05-31T05:46:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:46:11.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:46:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:47:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:47:02.278Z||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-05-31T05:47:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:47:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:47:02.279Z||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-05-31T05:47:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:47:11.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:47:11.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:48:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:48:02.278Z||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-05-31T05:48:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:48:02.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:48:02.279Z||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-05-31T05:48:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:48:11.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:48:11.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:49:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:49:02.277Z||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-05-31T05:49:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:49:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:49:02.279Z||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-05-31T05:49:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:49:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:49:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:50:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:50:02.278Z||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-05-31T05:50:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:50:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:50:02.279Z||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-05-31T05:50:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:50:11.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:50:11.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:51:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:51:02.278Z||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-05-31T05:51:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:51:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:51:02.279Z||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-05-31T05:51:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:51:11.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:51:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:52:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:52:02.278Z||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-05-31T05:52:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:52:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:52:02.279Z||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-05-31T05:52:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:52:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:52:11.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:53:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:53:02.278Z||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-05-31T05:53:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:53:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:53:02.279Z||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-05-31T05:53:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:53:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:53:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:54:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:54:02.277Z||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-05-31T05:54:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:54:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:54:02.279Z||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-05-31T05:54:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:54:11.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:54:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:55:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:55:02.278Z||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-05-31T05:55:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:55:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:55:02.279Z||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-05-31T05:55:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:55:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:55:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:56:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:56:02.278Z||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-05-31T05:56:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:56:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:56:02.279Z||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-05-31T05:56:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:56:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:56:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:57:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:57:02.278Z||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-05-31T05:57:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:57:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:57:02.279Z||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-05-31T05:57:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:57:11.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:57:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:58:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:58:02.278Z||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-05-31T05:58:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:58:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:58:02.279Z||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-05-31T05:58:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:58:11.811Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:58:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:59:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:59:02.278Z||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-05-31T05:59:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:59:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T05:59:02.279Z||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-05-31T05:59:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T05:59:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T05:59:11.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:00:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:00:02.277Z||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-05-31T06:00:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:00:02.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:00:02.279Z||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-05-31T06:00:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:00:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:00:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:01:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:01:02.278Z||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-05-31T06:01:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:01:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:01:02.279Z||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-05-31T06:01:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:01:11.819Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:01:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:02:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:02:02.278Z||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-05-31T06:02:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:02:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:02:02.279Z||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-05-31T06:02:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:02:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:02:11.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:03:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:03:02.278Z||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-05-31T06:03:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:03:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:03:02.279Z||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-05-31T06:03:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:03:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:03:11.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:04:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:04:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:04:02.280Z||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-05-31T06:04:02.280Z||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-05-31T06:04:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:04:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:04:11.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:04:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:05:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:05:02.278Z||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-05-31T06:05:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:05:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:05:02.279Z||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-05-31T06:05:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:05:11.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:05:11.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:06:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:06:02.277Z||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-05-31T06:06:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:06:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:06:02.279Z||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-05-31T06:06:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:06:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:06:11.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:07:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:07:02.278Z||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-05-31T06:07:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:07:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:07:02.279Z||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-05-31T06:07:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:07:11.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:07:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:08:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:08:02.278Z||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-05-31T06:08:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:08:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:08:02.279Z||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-05-31T06:08:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:08:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:08:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:09:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:09:02.278Z||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-05-31T06:09:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:09:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:09:02.279Z||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-05-31T06:09:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:09:11.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:09:11.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:10:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:10:02.278Z||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-05-31T06:10:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:10:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:10:02.279Z||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-05-31T06:10:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:10:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:10:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:11:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:11:02.278Z||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-05-31T06:11:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:11:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:11:02.279Z||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-05-31T06:11:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:11:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:11:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:12:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:12:02.278Z||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-05-31T06:12:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:12:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:12:02.279Z||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-05-31T06:12:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:12:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:12:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:13:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:13:02.278Z||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-05-31T06:13:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:13:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:13:02.279Z||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-05-31T06:13:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:13:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:13:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:14:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:14:02.278Z||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-05-31T06:14:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:14:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:14:02.279Z||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-05-31T06:14:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:14:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:14:11.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:15:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:15:02.277Z||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-05-31T06:15:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:15:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:15:02.279Z||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-05-31T06:15:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:15:11.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:15:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:16:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:16:02.278Z||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-05-31T06:16:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:16:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:16:02.279Z||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-05-31T06:16:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:16:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:16:11.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:17:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:17:02.278Z||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-05-31T06:17:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:17:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:17:02.279Z||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-05-31T06:17:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:17:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:17:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:18:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:18:02.277Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:18:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:18:02.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:18:02.279Z||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-05-31T06:18:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:18:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:18:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:19:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:19:02.278Z||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-05-31T06:19:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:19:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:19:02.279Z||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-05-31T06:19:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:19:11.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:19:11.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:20:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:20:02.277Z||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-05-31T06:20:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:20:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:20:02.279Z||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-05-31T06:20:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:20:11.811Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:20:11.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:21:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:21:02.278Z||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-05-31T06:21:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:21:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:21:02.279Z||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-05-31T06:21:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:21:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:21:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:22:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:22:02.278Z||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-05-31T06:22:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:22:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:22:02.279Z||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-05-31T06:22:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:22:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:22:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:23:02.278Z||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-05-31T06:23:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:02.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:23:02.279Z||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-05-31T06:23:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:02.902Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:02.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:02.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b0dfff6f-ec5e-4631-9589-bfe2e405d746","serviceName":"basic_onboard_yzknBF","serviceVersion":"1.0","serviceUUID":"9153ba0b-9a8f-4501-ad5d-4977e7c7152d","serviceDescription":"service","serviceInvariantUUID":"f157df2f-411f-42c3-9127-fefe191630c2","resources":[{"resourceInstanceName":"basic_onboard_yzknBF 0","resourceName":"basic_onboard_yzknBF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b7a500dc-4562-48e7-b61d-29ea7b184bbb","resourceInvariantUUID":"1b101faa-c8c1-4c98-939d-110f407e5530","resourceCustomizationUUID":"0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml","artifactChecksum":"OWE5ZWUwZTcxMzVjOGRiZjZhZGIyZTNhY2UwNmI4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa59e605-56d4-45f6-a167-00f2d27fac10","artifactVersion":"1"},{"artifactName":"basic_onboard_yzknbf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json","artifactChecksum":"YzlmM2QxYmI4M2NmNThiZTVhYTZmNzlmNTBlMTY3ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"39daab56-18d5-4643-a53e-2fb10ee62cc5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8a2fadb-1681-44c4-bae4-c35280aeb421","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8f1d8054-9db5-431e-b14a-b21a70275242","artifactVersion":"2","generatedFromUUID":"e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYzknbf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml","artifactChecksum":"YjEyOWI0OGUyOGM2YjUzM2ZlMTFhNWY4OTNkMGY5NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aba2dabf-311c-43dc-b09e-eb38b01c818d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYzknbf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar","artifactChecksum":"YTEyYTMxNDc5YWZhMWZlYTNjYzc4NThmMGI0NjMxNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a03e11-b751-4fd3-9b60-5e22881d7372","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T06:23:02.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "ves-openapi-manager", "timestamp": 1653978155908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.910Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:23:02.916Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:02.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.924Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:02.924Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "aai-ml", "timestamp": 1653978155411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "cds", "timestamp": 1653978149522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "policy-id", "timestamp": 1653978151638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "multicloud-k8s-id", "timestamp": 1653978158708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "ves-openapi-manager", "timestamp": 1653978155908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "aai-ml", "timestamp": 1653978155411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "cds", "timestamp": 1653978149522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "policy-id", "timestamp": 1653978151638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "multicloud-k8s-id", "timestamp": 1653978158708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:23:02.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "ves-openapi-manager", "timestamp": 1653978155908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "aai-ml", "timestamp": 1653978155411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "cds", "timestamp": 1653978149522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "policy-id", "timestamp": 1653978151638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T06:23:02.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "multicloud-k8s-id", "timestamp": 1653978158708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T06:23:02.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "ves-openapi-manager", "timestamp": 1653978155908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "aai-ml", "timestamp": 1653978155411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "cds", "timestamp": 1653978149522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "policy-id", "timestamp": 1653978151638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "multicloud-k8s-id", "timestamp": 1653978158708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "ves-openapi-manager", "timestamp": 1653978155908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "aai-ml", "timestamp": 1653978155411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "cds", "timestamp": 1653978149522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "policy-id", "timestamp": 1653978151638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "multicloud-k8s-id", "timestamp": 1653978158708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-31T06:23:02.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "ves-openapi-manager", "timestamp": 1653978155908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "aai-ml", "timestamp": 1653978155411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "cds", "timestamp": 1653978149522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "policy-id", "timestamp": 1653978151638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "multicloud-k8s-id", "timestamp": 1653978158708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "ves-openapi-manager", "timestamp": 1653978155908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "aai-ml", "timestamp": 1653978155411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "cds", "timestamp": 1653978149522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "policy-id", "timestamp": 1653978151638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "multicloud-k8s-id", "timestamp": 1653978158708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "cds", "timestamp": 1653978166067, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:23:02.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "aai-ml", "timestamp": 1653978166077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:23:02.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "policy-id", "timestamp": 1653978166066, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:23:02.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "multicloud-k8s-id", "timestamp": 1653978166847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:23:02.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:02.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "cds", "timestamp": 1653978167077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-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-05-31T06:23:03.024Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-05-31T06:23:03.028Z||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-05-31T06:23:03.028Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:03.038Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:03.039Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-31T06:23:03.117Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b0dfff6f-ec5e-4631-9589-bfe2e405d746 2022-05-31T06:23:03.134Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:23:03.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "policy-id", "timestamp": 1653978167074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:23:03.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:23:03.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "policy-id", "timestamp": 1653978168077, "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-05-31T06:23:03.174Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0dfff6f-ec5e-4631-9589-bfe2e405d746 2022-05-31T06:23:03.175Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:23:03.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "multicloud-k8s-id", "timestamp": 1653978168218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:23:03.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:23:03.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "multicloud-k8s-id", "timestamp": 1653978169520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:23:03.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:23:03.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "clamp", "timestamp": 1653978169634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:03.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "multicloud-k8s-id", "timestamp": 1653978170634, "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-05-31T06:23:03.187Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0dfff6f-ec5e-4631-9589-bfe2e405d746 2022-05-31T06:23:03.187Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:23:03.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "clamp", "timestamp": 1653978169634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:23:03.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "multicloud-k8s-id", "timestamp": 1653978171637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:23:03.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "clamp", "timestamp": 1653978169634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:03.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "clamp", "timestamp": 1653978169634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:03.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "clamp", "timestamp": 1653978169634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:03.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "aai-ml", "timestamp": 1653978174440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T06:23:03.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978174042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:03.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "clamp", "timestamp": 1653978169634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:03.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "aai-ml", "timestamp": 1653978175444, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T06:23:03.202Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b0dfff6f-ec5e-4631-9589-bfe2e405d746 2022-05-31T06:23:03.202Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:23:03.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978174042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:03.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "clamp", "timestamp": 1653978169634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:23:03.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978174042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:03.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978174042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:03.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978174042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:03.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978174042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:03.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978174042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:23:03.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:23:03.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:23:03.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978181827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:23:03.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:23:03.929Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:23:03.929Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:03.931Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:03.931Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:23:04.031Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:04.031Z||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-05-31T06:23:04.032Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:04.047Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:04.048Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:04.931Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:23:04.932Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:04.933Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:04.934Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T06:23:05.034Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:05.035Z||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-05-31T06:23:05.035Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:05.055Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:05.056Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:05.934Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:23:05.935Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:05.936Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:05.937Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:06.037Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:06.037Z||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-05-31T06:23:06.037Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:06.045Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:06.045Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:06.937Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:23:06.938Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:06.940Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:06.940Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-31T06:23:07.040Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:07.041Z||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-05-31T06:23:07.041Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:07.050Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:07.051Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:07.940Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:23:07.941Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:07.942Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:07.943Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:23:08.043Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:08.043Z||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-05-31T06:23:08.043Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:08.053Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:08.053Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:08.943Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:23:08.944Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:08.945Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:08.945Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:23:09.045Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:09.046Z||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-05-31T06:23:09.046Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:09.055Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:09.055Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:09.947Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "serviceName": "basic_onboard_yzknBF", "serviceVersion": "1.0", "serviceUUID": "9153ba0b-9a8f-4501-ad5d-4977e7c7152d", "serviceDescription": "service", "serviceInvariantUUID": "f157df2f-411f-42c3-9127-fefe191630c2", "resources": [ { "resourceInstanceName": "basic_onboard_yzknBF 0", "resourceCustomizationUUID": "0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1", "resourceName": "basic_onboard_yzknBF", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b7a500dc-4562-48e7-b61d-29ea7b184bbb", "resourceInvariantUUID": "1b101faa-c8c1-4c98-939d-110f407e5530", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_yzknbf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "artifactChecksum": "YzlmM2QxYmI4M2NmNThiZTVhYTZmNzlmNTBlMTY3ZmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "39daab56-18d5-4643-a53e-2fb10ee62cc5", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8f1d8054-9db5-431e-b14a-b21a70275242", "generatedFromUUID": "e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8f1d8054-9db5-431e-b14a-b21a70275242", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardYzknbf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "artifactChecksum": "YTEyYTMxNDc5YWZhMWZlYTNjYzc4NThmMGI0NjMxNzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "92a03e11-b751-4fd3-9b60-5e22881d7372" } ], "workloadContext": "Production" } 2022-05-31T06:23:09.947Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T06:23:09.948Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9153ba0b-9a8f-4501-ad5d-4977e7c7152d ASDC 2022-05-31T06:23:10.039Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:b0dfff6f-ec5e-4631-9589-bfe2e405d746 ServiceName:basic_onboard_yzknBF ServiceVersion:1.0 ServiceUUID:9153ba0b-9a8f-4501-ad5d-4977e7c7152d ServiceInvariantUUID:f157df2f-411f-42c3-9127-fefe191630c2 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardYzknbf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar ArtifactUUID:92a03e11-b751-4fd3-9b60-5e22881d7372 ArtifactChecksum:YTEyYTMxNDc5YWZhMWZlYTNjYzc4NThmMGI0NjMxNzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_yzknBF 0 ResourceCustomizationUUID:0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1 ResourceInvariantUUID:1b101faa-c8c1-4c98-939d-110f407e5530 ResourceName:basic_onboard_yzknBF ResourceType:VF ResourceUUID:b7a500dc-4562-48e7-b61d-29ea7b184bbb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_yzknbf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json ArtifactUUID:39daab56-18d5-4643-a53e-2fb10ee62cc5 ArtifactChecksum:YzlmM2QxYmI4M2NmNThiZTVhYTZmNzlmNTBlMTY3ZmI= 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/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml ArtifactUUID:e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638 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/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env ArtifactUUID:8f1d8054-9db5-431e-b14a-b21a70275242 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/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env ArtifactUUID:8f1d8054-9db5-431e-b14a-b21a70275242 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T06:23:10.039Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9153ba0b-9a8f-4501-ad5d-4977e7c7152d 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-05-31T06:23:10.083Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:23:10.083Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-31T06:23:10.084Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-31T06:23:10.084Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 92a03e11-b751-4fd3-9b60-5e22881d7372 from URL: /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:10.084Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-31T06:23:10.085Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:10.407Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-31T06:23:10.422Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar 92a03e11-b751-4fd3-9b60-5e22881d7372 71576 2022-05-31T06:23:10.423Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar ASDC sendASDCNotification 2022-05-31T06:23:10.423Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:10.424Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:23:10.424Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:10.426Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:10.426Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978190422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:23:10.526Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:10.526Z||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-05-31T06:23:10.527Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:10.535Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:10.536Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:23:11.426Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:23:11.427Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-31T06:23:11.428Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 92a03e11-b751-4fd3-9b60-5e22881d7372, URL: /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar to file: /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:11.428Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:11.501Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:11.501Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:12.074Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4444293961060741017/Definitions/service-BasicOnboardYzknbf-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-05-31T06:23:13.541Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T06:23:13.545Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-31T06:23:13.545Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||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-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||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-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||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-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||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-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yzknBF 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-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||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-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-31T06:23:13.552Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.553Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:13.556Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria 2022-05-31T06:23:13.556Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-31T06:23:13.557Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:23:13.558Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.559Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:13.559Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria 2022-05-31T06:23:13.559Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-31T06:23:13.559Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:23:13.559Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.559Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:13.562Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.562Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is not matching search criteria 2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:23:13.564Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.564Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria 2022-05-31T06:23:13.564Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:23:13.565Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.565Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria 2022-05-31T06:23:13.565Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:23:13.565Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.565Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria 2022-05-31T06:23:13.565Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is not matching search criteria 2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f8b5124-0711-4a0b-8723-b3627a598e86 2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:13.567Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.567Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:13.567Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:13.567Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:13.567Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_yzknBF Description:service Model UUID:9153ba0b-9a8f-4501-ad5d-4977e7c7152d Model Version:NULL Model InvariantUuid:f157df2f-411f-42c3-9127-fefe191630c2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_yzknBF Model UUID:69cda1d2-9587-4cd7-b9f9-ea3fd482f023 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1b101faa-c8c1-4c98-939d-110f407e5530 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7e213307-f6f4-44c0-95d5-6aa769d1ac1d ModelName:BasicOnboardYzknbf..base_ubuntu18..module-0 ModelUuid:dc81ac77-d38b-470d-849a-3fe2f2a9b566 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6f8b5124-0711-4a0b-8723-b3627a598e86 ModelInvariantUuid:7051a86f-caf0-45d2-b4b7-13cde8b3fc65 ModelName:basic_onboard_yzknBF-nodes.ubuntu18Cvfc ModelUuid:75bc7263-f9be-46f5-af53-bf24462310c5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:9c0fd977-bbaa-473c-8518-f71af5099241 ModelInvariantUuid:f6eea399-74e2-42cd-af06-ddd06aebe6a4 ModelName:BasicOnboardYzknbf.compute.nodes.heat.ubuntu18 ModelUuid:0b6cdf58-4531-46e2-941e-afa596a8d818 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-05-31T06:23:13.581Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b7a500dc-4562-48e7-b61d-29ea7b184bbb 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-05-31T06:23:13.657Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||basic_onboard_yzknBF 0 2022-05-31T06:23:13.663Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b7a500dc-4562-48e7-b61d-29ea7b184bbb 2022-05-31T06:23:13.663Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 39daab56-18d5-4643-a53e-2fb10ee62cc5 from URL: /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json 2022-05-31T06:23:13.663Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-31T06:23:13.663Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json 2022-05-31T06:23:13.959Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-31T06:23:13.960Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json 39daab56-18d5-4643-a53e-2fb10ee62cc5 798 2022-05-31T06:23:13.960Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json ASDC sendASDCNotification 2022-05-31T06:23:13.960Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json 2022-05-31T06:23:13.960Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:23:13.960Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:13.962Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:13.962Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978193960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:23:14.062Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:14.063Z||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-05-31T06:23:14.063Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:14.071Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:14.071Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:14.963Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYzknbf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7e213307-f6f4-44c0-95d5-6aa769d1ac1d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dc81ac77-d38b-470d-849a-3fe2f2a9b566", "vfModuleModelCustomizationUUID": "e6179628-a7ac-4af5-bd6a-14610521a186", "isBase": true, "artifacts": [ "e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638", "8f1d8054-9db5-431e-b14a-b21a70275242" ], "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-05-31T06:23:14.979Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYzknbf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dc81ac77-d38b-470d-849a-3fe2f2a9b566 VfModuleModelInvariantUUID:7e213307-f6f4-44c0-95d5-6aa769d1ac1d VfModuleModelDescription:NULL Artifacts UUID List:{ e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638 , 8f1d8054-9db5-431e-b14a-b21a70275242 } 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-05-31T06:23:14.983Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYzknbf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7e213307-f6f4-44c0-95d5-6aa769d1ac1d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dc81ac77-d38b-470d-849a-3fe2f2a9b566", "vfModuleModelCustomizationUUID": "e6179628-a7ac-4af5-bd6a-14610521a186", "isBase": true, "artifacts": [ "e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638", "8f1d8054-9db5-431e-b14a-b21a70275242" ], "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-05-31T06:23:14.983Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYzknbf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dc81ac77-d38b-470d-849a-3fe2f2a9b566 VfModuleModelInvariantUUID:7e213307-f6f4-44c0-95d5-6aa769d1ac1d VfModuleModelDescription:NULL Artifacts UUID List:{ e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638 , 8f1d8054-9db5-431e-b14a-b21a70275242 } 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-05-31T06:23:14.983Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638 from URL: /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml 2022-05-31T06:23:14.983Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-31T06:23:14.984Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml 2022-05-31T06:23:15.146Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-31T06:23:15.146Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638 5033 2022-05-31T06:23:15.147Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-31T06:23:15.147Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml 2022-05-31T06:23:15.147Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:23:15.147Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:15.149Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:15.149Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978195146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:23:15.249Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:15.249Z||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-05-31T06:23:15.250Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:15.259Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:15.259Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:16.150Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8f1d8054-9db5-431e-b14a-b21a70275242 from URL: /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env 2022-05-31T06:23:16.150Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-31T06:23:16.150Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env 2022-05-31T06:23:16.743Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-31T06:23:16.743Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env 8f1d8054-9db5-431e-b14a-b21a70275242 909 2022-05-31T06:23:16.744Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-31T06:23:16.744Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env 2022-05-31T06:23:16.744Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:23:16.744Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:16.746Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:16.746Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978196744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:23:16.846Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:16.847Z||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-05-31T06:23:16.847Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:16.853Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:16.854Z||pool-13-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:17.746Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9153ba0b-9a8f-4501-ad5d-4977e7c7152d 2022-05-31T06:23:17.747Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yzknBF 0 b7a500dc-4562-48e7-b61d-29ea7b184bbb 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-05-31T06:23:17.778Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44f816fd, org.onap.sdc.toscaparser.api.parameters.Input@239f4f15, org.onap.sdc.toscaparser.api.parameters.Input@26fa09ff, org.onap.sdc.toscaparser.api.parameters.Input@48a6737c, org.onap.sdc.toscaparser.api.parameters.Input@4c6ddb6b] 2022-05-31T06:23:17.781Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.782Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:17.782Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-31T06:23:17.782Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1 2022-05-31T06:23:17.782Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1 matches Tosca VF Customization UUID: 0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1 2022-05-31T06:23:17.782Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1 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-05-31T06:23:17.788Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.788Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:17.789Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1: {\"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-05-31T06:23:17.789Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78cf8a9f 2022-05-31T06:23:17.789Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.789Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:23:17.789Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6179628-a7ac-4af5-bd6a-14610521a186 2022-05-31T06:23:17.790Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6179628-a7ac-4af5-bd6a-14610521a186 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-05-31T06:23:17.795Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.795Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria 2022-05-31T06:23:17.795Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria 2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is not matching search criteria 2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-31T06:23:17.797Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f8b5124-0711-4a0b-8723-b3627a598e86 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-05-31T06:23:17.807Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.807Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria 2022-05-31T06:23:17.808Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:23:17.808Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.808Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria 2022-05-31T06:23:17.808Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1 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-05-31T06:23:17.810Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.810Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:17.811Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9153ba0b-9a8f-4501-ad5d-4977e7c7152d: basic_onboard_yzknBF 2022-05-31T06:23:17.811Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.811Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:17.811Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.812Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:17.812Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.812Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:17.812Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.812Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:17.812Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:23:17.813Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:23:17.813Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_yzknBF 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-05-31T06:23:17.969Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yzknBF b7a500dc-4562-48e7-b61d-29ea7b184bbb 1 ASDC deployResourceStructure 2022-05-31T06:23:17.970Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json ASDC sendASDCNotification 2022-05-31T06:23:17.970Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json 2022-05-31T06:23:17.970Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:23:17.970Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:17.971Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:17.972Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978197970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:23:18.072Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:18.073Z||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-05-31T06:23:18.073Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:18.082Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:18.082Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:18.972Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-31T06:23:18.973Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml 2022-05-31T06:23:18.973Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:23:18.973Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:18.974Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:18.974Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978198972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:23:19.075Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:19.075Z||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-05-31T06:23:19.076Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:19.085Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:19.086Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:19.975Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-31T06:23:19.976Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env 2022-05-31T06:23:19.976Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:23:19.976Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:19.978Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:19.978Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978199975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-31T06:23:20.078Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:20.078Z||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-05-31T06:23:20.078Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:20.090Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:20.090Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:20.979Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar ASDC sendASDCNotification 2022-05-31T06:23:20.979Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar 2022-05-31T06:23:20.979Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:23:20.979Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:23:20.981Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:23:20.982Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978200979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:23:21.082Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:23:21.082Z||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-05-31T06:23:21.083Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:23:21.092Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:23:21.092Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:23:21.983Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:23:21.999Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:23:22.001Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:23:22.001Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T06:23:22.001Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:23:22.001Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:23:52.001Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:23:52.013Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:23:52.021Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:23:52.021Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T06:23:52.021Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:23:52.022Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:24:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:24:02.280Z||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-05-31T06:24:02.280Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:24:02.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:24:02.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:24:02.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:24:02.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:24:22.022Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:24:22.034Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:24:22.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:24:22.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T06:24:22.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:24:22.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:24:52.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:24:52.049Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:24:52.051Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:24:52.052Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T06:24:52.052Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:24:52.052Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:25:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:25:02.279Z||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-05-31T06:25:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:25:02.301Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:25:02.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:25:02.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:25:02.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T06:25:02.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:25:02.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978185883, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:25:02.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:25:02.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:25:02.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:25:02.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978186887, "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-05-31T06:25:02.313Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b0dfff6f-ec5e-4631-9589-bfe2e405d746 2022-05-31T06:25:02.313Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:25:02.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-31T06:25:02.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:25:02.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978182277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:25:02.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978190422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:25:02.322Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "clamp", "timestamp": 1653978190777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:25:02.323Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:25:02.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "clamp", "timestamp": 1653978192789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:25:02.323Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:25:02.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "clamp", "timestamp": 1653978193793, "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-05-31T06:25:02.328Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b0dfff6f-ec5e-4631-9589-bfe2e405d746 2022-05-31T06:25:02.328Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:25:02.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978193960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:25:02.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:25:02.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978195146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:25:02.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:25:02.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978196744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978197970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978198972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978199975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978200979, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:25:02.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:25:22.052Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:25:22.064Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:25:22.067Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:25:22.067Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T06:25:22.068Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T06:25:22.068Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T06:25:22.068Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T06:25:22.068Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T06:25:22.074Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T06:25:52.074Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:25:52.083Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 and serviceModelVersionId: 9153ba0b-9a8f-4501-ad5d-4977e7c7152d 2022-05-31T06:25:52.083Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f157df2f-411f-42c3-9127-fefe191630c2 2022-05-31T06:26:02.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:26:02.296Z||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-05-31T06:26:02.296Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:02.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:02.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "multicloud-k8s-id", "timestamp": 1653978278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "cds", "timestamp": 1653978284522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "multicloud-k8s-id", "timestamp": 1653978278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:26:02.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "cds", "timestamp": 1653978284522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "clamp", "timestamp": 1653978289634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "multicloud-k8s-id", "timestamp": 1653978278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "cds", "timestamp": 1653978284522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "clamp", "timestamp": 1653978289634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "multicloud-k8s-id", "timestamp": 1653978278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "cds", "timestamp": 1653978284522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "clamp", "timestamp": 1653978289634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "policy-id", "timestamp": 1653978291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "multicloud-k8s-id", "timestamp": 1653978278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T06:26:02.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "cds", "timestamp": 1653978284522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "clamp", "timestamp": 1653978289634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "policy-id", "timestamp": 1653978291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "multicloud-k8s-id", "timestamp": 1653978278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "cds", "timestamp": 1653978284522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "clamp", "timestamp": 1653978289634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "policy-id", "timestamp": 1653978291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:26:02.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "multicloud-k8s-id", "timestamp": 1653978278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:26:02.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "cds", "timestamp": 1653978284522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "clamp", "timestamp": 1653978289634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "policy-id", "timestamp": 1653978291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "multicloud-k8s-id", "timestamp": 1653978295478, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "cds", "timestamp": 1653978295507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:26:02.327Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "clamp", "timestamp": 1653978289634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:26:02.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "policy-id", "timestamp": 1653978291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "cds", "timestamp": 1653978296514, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-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-05-31T06:26:02.345Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of baefc085-6333-4e0d-a678-ac2c7b6b67c1 2022-05-31T06:26:02.346Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:26:02.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "ves-openapi-manager", "timestamp": 1653978295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "multicloud-k8s-id", "timestamp": 1653978296540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:26:02.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:26:02.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "policy-id", "timestamp": 1653978291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "ves-openapi-manager", "timestamp": 1653978295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "multicloud-k8s-id", "timestamp": 1653978297598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:26:02.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:26:02.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "policy-id", "timestamp": 1653978291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:26:02.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "ves-openapi-manager", "timestamp": 1653978295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "multicloud-k8s-id", "timestamp": 1653978298618, "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-05-31T06:26:02.363Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of baefc085-6333-4e0d-a678-ac2c7b6b67c1 2022-05-31T06:26:02.363Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:26:02.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "policy-id", "timestamp": 1653978299362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:26:02.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:26:02.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "ves-openapi-manager", "timestamp": 1653978295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "multicloud-k8s-id", "timestamp": 1653978299620, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:26:02.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:26:02.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "policy-id", "timestamp": 1653978300367, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:26:02.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:26:02.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "ves-openapi-manager", "timestamp": 1653978295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:26:02.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "policy-id", "timestamp": 1653978301370, "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-05-31T06:26:02.382Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of baefc085-6333-4e0d-a678-ac2c7b6b67c1 2022-05-31T06:26:02.382Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:26:02.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "ves-openapi-manager", "timestamp": 1653978295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:02.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:26:02.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "clamp", "timestamp": 1653978301783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:26:02.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:26:02.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:26:02.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978301792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:26:02.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:26:03.722Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0 2022-05-31T06:26:03.824Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T06:26:04.358Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?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-05-31T06:26:04.362Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Invoke 2022-05-31T06:26:06.065Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?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-05-31T06:26:06.066Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Invoke 2022-05-31T06:26:07.602Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?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-05-31T06:26:07.603Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Invoke 2022-05-31T06:26:08.637Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:26:08.637Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T06:26:08.638Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:26:08.639Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T06:26:08.643Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|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-05-31T06:26:08.650Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b0dfff6f-ec5e-4631-9589-bfe2e405d746 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:26:08.651Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T06:26:08.651Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:08.653Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:08.653Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978368650, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:26:08.753Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:08.754Z||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-05-31T06:26:08.755Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:08.764Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:08.765Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-05-31T06:26:09.666Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:26:09.666Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:26:09.667Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:14.016Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:14.017Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||received message from topic 2022-05-31T06:26:14.017Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"baefc085-6333-4e0d-a678-ac2c7b6b67c1","serviceName":"vFW 2022-05-31 06-23-03","serviceVersion":"1.0","serviceUUID":"2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f","serviceDescription":"catalog service description","serviceInvariantUUID":"4d3221ec-10fe-42e6-ba94-7e8f2a607069","resources":[{"resourceInstanceName":"vFW 940179e0-1a1c 0","resourceName":"vFW 940179e0-1a1c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"349f188b-7b31-4d5b-9add-b79f898a2477","resourceInvariantUUID":"9eee5eca-beb8-486b-9942-d20e2d7ebac6","resourceCustomizationUUID":"fd150036-9c41-4a53-90a6-b5997b2b4458","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml","artifactChecksum":"OWE1MTBmYzY3MzI5ZGM4NGE5ZTZjZGYwZmMwYjMzZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71de9392-47e3-4e19-bff2-3cf009d75211","artifactVersion":"1"},{"artifactName":"vfw940179e01a1c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json","artifactChecksum":"ZmViOWViYmMxNjM2ZGI1MzJlYzc1OWVhOGM5YTZjYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57b00bd7-4767-4ef7-a793-52e5ccc3fb6b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"20964c5c-56a0-418d-867e-085343f73fb4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml","artifactChecksum":"OGVmZDExNjdlNTllODk3NWQ0MjIzNjlmNjNjYzlhZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e4eb684-add4-40f6-bd37-bc53b65258d4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dadd449c-0a2c-464b-94a2-a898220ef5f1","artifactVersion":"2","generatedFromUUID":"20964c5c-56a0-418d-867e-085343f73fb4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531062303-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml","artifactChecksum":"ZWZjZDNiY2E4NTJiYTNmZjUwYzQzNGZmY2QyZmMyNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b690e63-5321-442c-a930-9f76d5d2a4f1","artifactVersion":"1"},{"artifactName":"service-Vfw20220531062303-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar","artifactChecksum":"NTI1ZGZhODdiMmMyZWFiZmM5N2U1OGEwNDFkY2JkYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1297bc3d-4c43-4820-9321-cbdb139e6c24","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T06:26:14.019Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:26:14.019Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:14.021Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:14.021Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:14.121Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:14.122Z||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-05-31T06:26:14.122Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:14.133Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:14.134Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:15.021Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:26:15.022Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:15.024Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:15.024Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:26:15.124Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T06:26:15.125Z||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-05-31T06:26:15.125Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:15.134Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:15.134Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:16.025Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:26:16.026Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:16.028Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:16.028Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:26:16.128Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:16.128Z||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-05-31T06:26:16.128Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:16.136Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:16.137Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:17.028Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:26:17.029Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:17.031Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:17.031Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:17.131Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:17.133Z||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-05-31T06:26:17.133Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:17.157Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:17.157Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:26:18.032Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:26:18.032Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:18.034Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:18.034Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T06:26:18.134Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:18.134Z||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-05-31T06:26:18.134Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:18.144Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:18.145Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:19.034Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:26:19.035Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:19.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:19.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:26:19.137Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:19.138Z||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-05-31T06:26:19.138Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:19.147Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:19.147Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:20.038Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:26:20.039Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:20.040Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:20.040Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:26:20.140Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:20.141Z||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-05-31T06:26:20.141Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:20.151Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:20.152Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:21.042Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||sending notification to client: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "serviceName": "vFW 2022-05-31 06-23-03", "serviceVersion": "1.0", "serviceUUID": "2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4d3221ec-10fe-42e6-ba94-7e8f2a607069", "resources": [ { "resourceInstanceName": "vFW 940179e0-1a1c 0", "resourceCustomizationUUID": "fd150036-9c41-4a53-90a6-b5997b2b4458", "resourceName": "vFW 940179e0-1a1c", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "349f188b-7b31-4d5b-9add-b79f898a2477", "resourceInvariantUUID": "9eee5eca-beb8-486b-9942-d20e2d7ebac6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw940179e01a1c0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "artifactChecksum": "ZmViOWViYmMxNjM2ZGI1MzJlYzc1OWVhOGM5YTZjYzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "57b00bd7-4767-4ef7-a793-52e5ccc3fb6b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "20964c5c-56a0-418d-867e-085343f73fb4", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dadd449c-0a2c-464b-94a2-a898220ef5f1", "generatedFromUUID": "20964c5c-56a0-418d-867e-085343f73fb4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dadd449c-0a2c-464b-94a2-a898220ef5f1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220531062303-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "artifactChecksum": "NTI1ZGZhODdiMmMyZWFiZmM5N2U1OGEwNDFkY2JkYzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1297bc3d-4c43-4820-9321-cbdb139e6c24" } ], "workloadContext": "Production" } 2022-05-31T06:26:21.042Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T06:26:21.042Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f ASDC 2022-05-31T06:26:21.042Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||ASDC Notification: DistributionID:baefc085-6333-4e0d-a678-ac2c7b6b67c1 ServiceName:vFW 2022-05-31 06-23-03 ServiceVersion:1.0 ServiceUUID:2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f ServiceInvariantUUID:4d3221ec-10fe-42e6-ba94-7e8f2a607069 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220531062303-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar ArtifactUUID:1297bc3d-4c43-4820-9321-cbdb139e6c24 ArtifactChecksum:NTI1ZGZhODdiMmMyZWFiZmM5N2U1OGEwNDFkY2JkYzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 940179e0-1a1c 0 ResourceCustomizationUUID:fd150036-9c41-4a53-90a6-b5997b2b4458 ResourceInvariantUUID:9eee5eca-beb8-486b-9942-d20e2d7ebac6 ResourceName:vFW 940179e0-1a1c ResourceType:VF ResourceUUID:349f188b-7b31-4d5b-9add-b79f898a2477 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw940179e01a1c0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json ArtifactUUID:57b00bd7-4767-4ef7-a793-52e5ccc3fb6b ArtifactChecksum:ZmViOWViYmMxNjM2ZGI1MzJlYzc1OWVhOGM5YTZjYzA= 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/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml ArtifactUUID:20964c5c-56a0-418d-867e-085343f73fb4 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/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env ArtifactUUID:dadd449c-0a2c-464b-94a2-a898220ef5f1 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/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env ArtifactUUID:dadd449c-0a2c-464b-94a2-a898220ef5f1 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T06:26:21.042Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f 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-05-31T06:26:21.079Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:26:21.079Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:26:21.079Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:26:21.079Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Trying to download the artifact UUID: 1297bc3d-4c43-4820-9321-cbdb139e6c24 from URL: /sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar 2022-05-31T06:26:21.079Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:26:21.080Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar 2022-05-31T06:26:21.209Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:26:21.214Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar 1297bc3d-4c43-4820-9321-cbdb139e6c24 99038 2022-05-31T06:26:21.215Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar ASDC sendASDCNotification 2022-05-31T06:26:21.215Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar 2022-05-31T06:26:21.215Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:26:21.215Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:21.217Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:21.218Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978381215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:26:21.317Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T06:26:21.318Z||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-05-31T06:26:21.318Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:21.328Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:21.329Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:22.218Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:26:22.219Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:26:22.219Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Trying to write artifact UUID: 1297bc3d-4c43-4820-9321-cbdb139e6c24, URL: /sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar to file: /app/ASDC/1/service-Vfw20220531062303-csar.csar 2022-05-31T06:26:22.219Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531062303-csar.csar 2022-05-31T06:26:22.220Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531062303-csar.csar 2022-05-31T06:26:22.220Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531062303-csar.csar 2022-05-31T06:26:22.553Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15378695530484237351/Definitions/service-Vfw20220531062303-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-05-31T06:26:24.567Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-05-31T06:26:24.568Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||#################################################################################################### 2022-05-31T06:26:24.568Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.568Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-31T06:26:24.568Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|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-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.568Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|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-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|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-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|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-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 940179e0-1a1c 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-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|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-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|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-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|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-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|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-Vfw20220531062303-csar.csar 2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||#################################################################################################### 2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria 2022-05-31T06:26:24.571Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T06:26:24.571Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:26:24.571Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.571Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:24.571Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria 2022-05-31T06:26:24.572Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T06:26:24.572Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:26:24.572Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.572Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:24.573Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.573Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria 2022-05-31T06:26:24.573Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:26:24.573Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:26:24.573Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:26:24.573Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:24.575Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:26:24.575Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:24.575Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:26:24.575Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:26:24.575Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T06:26:24.575Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.576Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:26:24.576Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.576Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria 2022-05-31T06:26:24.576Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:26:24.576Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.577Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria 2022-05-31T06:26:24.577Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:26:24.577Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.577Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria 2022-05-31T06:26:24.577Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:26:24.577Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria 2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:26:24.579Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:24.579Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:26:24.579Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:24.579Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:26:24.579Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:26:24.579Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=893bef22-25cd-450e-bcd4-8b4ec91aea2c 2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria 2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0d13c385-5619-45bf-a594-06d761164348 2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria 2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:24.584Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T06:26:24.584Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0c30a4b1-523a-4fd7-9112-fa44d48936e3 2022-05-31T06:26:24.584Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.584Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:24.584Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.584Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:24.585Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.585Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:24.585Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:24.585Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:24.585Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-31 06-23-03 Description:catalog service description Model UUID:2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f Model Version:NULL Model InvariantUuid:4d3221ec-10fe-42e6-ba94-7e8f2a607069 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 940179e0-1a1c Model UUID:79a91d68-2db3-4124-ad9a-b56c53205e66 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:9eee5eca-beb8-486b-9942-d20e2d7ebac6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fd150036-9c41-4a53-90a6-b5997b2b4458 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6c56b260-9469-44f9-adae-f469ee0a4558 ModelName:Vfw940179e01a1c..base_vfw..module-0 ModelUuid:2caa4b79-7b98-4b5d-9ad5-582e657a8ab0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:893bef22-25cd-450e-bcd4-8b4ec91aea2c ModelInvariantUuid:f374247c-2aae-4d81-be4d-f06a3c4ba9aa ModelName:vFW 940179e0-1a1c-nodes.vfwCvfc ModelUuid:4eac1e3b-c6d5-4b20-b054-1c383b7ab576 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9b7dcf19-0b11-4f01-b64e-4762109f808e ModelInvariantUuid:4ec414a8-ea77-432c-8bd3-710e57ef8dda ModelName:Vfw940179e01a1c.compute.nodes.heat.vfw ModelUuid:c06a8220-3913-4f4e-adf7-da50692e9ee2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0d13c385-5619-45bf-a594-06d761164348 ModelInvariantUuid:b6177434-f61e-4e02-ab1e-5aa455fde95d ModelName:vFW 940179e0-1a1c-nodes.vsnCvfc ModelUuid:634d5f1e-df3e-438d-bda0-14aab3a9cb3b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d09b9b4e-a027-4178-a373-a856a6b0a708 ModelInvariantUuid:2f3940ce-0b70-4f95-b555-dd961782bacd ModelName:Vfw940179e01a1c.compute.nodes.heat.vsn ModelUuid:b45ac05b-5ac1-43b4-8b7d-f38a2a575d61 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0c30a4b1-523a-4fd7-9112-fa44d48936e3 ModelInvariantUuid:21b0c09d-6a00-4599-b869-21141f783ab4 ModelName:vFW 940179e0-1a1c-nodes.vpgCvfc ModelUuid:4be7c0d2-fcec-4788-827e-0c43e4f4ca4e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:65721fbf-ee45-44b6-ae8c-01305e432e06 ModelInvariantUuid:a7cb78f0-af41-49e9-96a3-1dbc63446ce2 ModelName:Vfw940179e01a1c.compute.nodes.heat.vpg ModelUuid:bf83ed04-1c71-4f4d-a6f6-3045d6a392af 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-05-31T06:26:24.593Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 349f188b-7b31-4d5b-9add-b79f898a2477 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-05-31T06:26:24.595Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||vFW 940179e0-1a1c 0 2022-05-31T06:26:24.596Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 349f188b-7b31-4d5b-9add-b79f898a2477 2022-05-31T06:26:24.596Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Trying to download the artifact UUID: 57b00bd7-4767-4ef7-a793-52e5ccc3fb6b from URL: /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json 2022-05-31T06:26:24.596Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:26:24.596Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json 2022-05-31T06:26:24.645Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:26:24.645Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json 57b00bd7-4767-4ef7-a793-52e5ccc3fb6b 785 2022-05-31T06:26:24.645Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json ASDC sendASDCNotification 2022-05-31T06:26:24.646Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json 2022-05-31T06:26:24.646Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:26:24.646Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:24.648Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:24.648Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978384645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:26:24.748Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:24.748Z||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-05-31T06:26:24.748Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:24.758Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:24.758Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:25.648Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw940179e01a1c..base_vfw..module-0", "vfModuleModelInvariantUUID": "6c56b260-9469-44f9-adae-f469ee0a4558", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2caa4b79-7b98-4b5d-9ad5-582e657a8ab0", "vfModuleModelCustomizationUUID": "3292c9c4-d6c6-4fa5-8266-a482f511a946", "isBase": true, "artifacts": [ "20964c5c-56a0-418d-867e-085343f73fb4", "dadd449c-0a2c-464b-94a2-a898220ef5f1" ], "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-05-31T06:26:25.652Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw940179e01a1c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2caa4b79-7b98-4b5d-9ad5-582e657a8ab0 VfModuleModelInvariantUUID:6c56b260-9469-44f9-adae-f469ee0a4558 VfModuleModelDescription:NULL Artifacts UUID List:{ 20964c5c-56a0-418d-867e-085343f73fb4 , dadd449c-0a2c-464b-94a2-a898220ef5f1 } 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-05-31T06:26:25.653Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw940179e01a1c..base_vfw..module-0", "vfModuleModelInvariantUUID": "6c56b260-9469-44f9-adae-f469ee0a4558", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2caa4b79-7b98-4b5d-9ad5-582e657a8ab0", "vfModuleModelCustomizationUUID": "3292c9c4-d6c6-4fa5-8266-a482f511a946", "isBase": true, "artifacts": [ "20964c5c-56a0-418d-867e-085343f73fb4", "dadd449c-0a2c-464b-94a2-a898220ef5f1" ], "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-05-31T06:26:25.653Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw940179e01a1c..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2caa4b79-7b98-4b5d-9ad5-582e657a8ab0 VfModuleModelInvariantUUID:6c56b260-9469-44f9-adae-f469ee0a4558 VfModuleModelDescription:NULL Artifacts UUID List:{ 20964c5c-56a0-418d-867e-085343f73fb4 , dadd449c-0a2c-464b-94a2-a898220ef5f1 } 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-05-31T06:26:25.654Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Trying to download the artifact UUID: 20964c5c-56a0-418d-867e-085343f73fb4 from URL: /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml 2022-05-31T06:26:25.654Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:26:25.654Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml 2022-05-31T06:26:25.699Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:26:25.700Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml 20964c5c-56a0-418d-867e-085343f73fb4 20368 2022-05-31T06:26:25.700Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T06:26:25.700Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml 2022-05-31T06:26:25.700Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:26:25.701Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:25.702Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:25.702Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978385700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:26:25.802Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:25.803Z||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-05-31T06:26:25.803Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:25.812Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:25.812Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:26.703Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Trying to download the artifact UUID: dadd449c-0a2c-464b-94a2-a898220ef5f1 from URL: /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env 2022-05-31T06:26:26.703Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:26:26.703Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env 2022-05-31T06:26:26.755Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:26:26.756Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env dadd449c-0a2c-464b-94a2-a898220ef5f1 2098 2022-05-31T06:26:26.756Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T06:26:26.756Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env 2022-05-31T06:26:26.756Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:26:26.756Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:26.757Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:26.757Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978386756, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:26:26.858Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:26.858Z||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-05-31T06:26:26.858Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:26.868Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:26.868Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:27.758Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Preparing to deploy Service: 2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f 2022-05-31T06:26:27.759Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 940179e0-1a1c 0 349f188b-7b31-4d5b-9add-b79f898a2477 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-05-31T06:26:27.778Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@587df345, org.onap.sdc.toscaparser.api.parameters.Input@24faf270, org.onap.sdc.toscaparser.api.parameters.Input@44afb54a, org.onap.sdc.toscaparser.api.parameters.Input@6d8ac145, org.onap.sdc.toscaparser.api.parameters.Input@5adaf06a] 2022-05-31T06:26:27.779Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.779Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:27.779Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||VF Category is: Generic 2022-05-31T06:26:27.779Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||VFCustomizationUUID= fd150036-9c41-4a53-90a6-b5997b2b4458 2022-05-31T06:26:27.779Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fd150036-9c41-4a53-90a6-b5997b2b4458 matches Tosca VF Customization UUID: fd150036-9c41-4a53-90a6-b5997b2b4458 2022-05-31T06:26:27.779Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||vfCustomizationUUID: fd150036-9c41-4a53-90a6-b5997b2b4458 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-05-31T06:26:27.782Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.782Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:27.782Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||resource request for resource customization id fd150036-9c41-4a53-90a6-b5997b2b4458: {\"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-05-31T06:26:27.782Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2bc76e07 2022-05-31T06:26:27.783Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.783Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:26:27.783Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3292c9c4-d6c6-4fa5-8266-a482f511a946 2022-05-31T06:26:27.783Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3292c9c4-d6c6-4fa5-8266-a482f511a946 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-05-31T06:26:27.785Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.785Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria 2022-05-31T06:26:27.785Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria 2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria 2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=893bef22-25cd-450e-bcd4-8b4ec91aea2c 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-05-31T06:26:27.789Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria 2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria 2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:26:27.792Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0d13c385-5619-45bf-a594-06d761164348 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-05-31T06:26:27.793Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.794Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria 2022-05-31T06:26:27.794Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:26:27.796Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.796Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria 2022-05-31T06:26:27.796Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:26:27.796Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:26:27.796Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:26:27.796Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0c30a4b1-523a-4fd7-9112-fa44d48936e3 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-05-31T06:26:27.799Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.799Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria 2022-05-31T06:26:27.800Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:26:27.800Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.800Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria 2022-05-31T06:26:27.800Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=fd150036-9c41-4a53-90a6-b5997b2b4458 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-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500|| resourceSeq for service uuid 2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f: vFW 940179e0-1a1c 2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:27.803Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.803Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:27.803Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:26:27.803Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:26:27.803Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Saving Service: vFW 2022-05-31 06-23-03 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-05-31T06:26:27.954Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 940179e0-1a1c 349f188b-7b31-4d5b-9add-b79f898a2477 1 ASDC deployResourceStructure 2022-05-31T06:26:27.954Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json ASDC sendASDCNotification 2022-05-31T06:26:27.954Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json 2022-05-31T06:26:27.954Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:26:27.954Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:27.956Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:27.956Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978387954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:26:28.056Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:28.057Z||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-05-31T06:26:28.057Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:28.066Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:28.066Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:28.957Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T06:26:28.957Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml 2022-05-31T06:26:28.957Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:26:28.957Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:28.959Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:28.959Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978388956, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:26:29.059Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:29.059Z||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-05-31T06:26:29.060Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:29.068Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:29.069Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:29.959Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T06:26:29.960Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env 2022-05-31T06:26:29.960Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:26:29.960Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:29.962Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:29.962Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978389959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T06:26:30.062Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:30.062Z||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-05-31T06:26:30.063Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:30.073Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:30.073Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:30.963Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar ASDC sendASDCNotification 2022-05-31T06:26:30.963Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar 2022-05-31T06:26:30.963Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:26:30.963Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:26:30.965Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:26:30.965Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978390962, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:26:31.065Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:26:31.066Z||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-05-31T06:26:31.066Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:26:31.075Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:26:31.075Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:26:31.966Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:26:31.977Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:26:31.980Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:26:31.980Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:26:31.980Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:27:01.980Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:27:01.991Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:27:01.992Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:27:01.992Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:27:01.993Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:27:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:27:02.279Z||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-05-31T06:27:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:27:02.299Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:27:02.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:27:02.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "ves-openapi-manager", "timestamp": 1653978295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T06:27:02.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:27:31.993Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:27:32.003Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:27:32.006Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:27:32.006Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:27:32.006Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:28:02.006Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:28:02.016Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:28:02.018Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:28:02.018Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:28:02.018Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:28:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:28:02.279Z||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-05-31T06:28:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:28:02.299Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:28:02.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "clamp", "timestamp": 1653978304784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:28:02.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:28:02.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978305481, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:28:02.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:28:02.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "clamp", "timestamp": 1653978305787, "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-05-31T06:28:02.306Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of baefc085-6333-4e0d-a678-ac2c7b6b67c1 2022-05-31T06:28:02.307Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:28:02.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "aai-ml", "timestamp": 1653978305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:28:02.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:28:02.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978306484, "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-05-31T06:28:02.319Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of baefc085-6333-4e0d-a678-ac2c7b6b67c1 2022-05-31T06:28:02.319Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:28:02.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "aai-ml", "timestamp": 1653978305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:28:02.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "aai-ml", "timestamp": 1653978305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:28:02.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "aai-ml", "timestamp": 1653978305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:28:02.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "aai-ml", "timestamp": 1653978305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:28:02.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "aai-ml", "timestamp": 1653978305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:28:02.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "aai-ml", "timestamp": 1653978305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:28:02.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "aai-ml", "timestamp": 1653978313352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:28:02.328Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "aai-ml", "timestamp": 1653978321066, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T06:28:02.328Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "aai-ml", "timestamp": 1653978322070, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T06:28:02.333Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of baefc085-6333-4e0d-a678-ac2c7b6b67c1 2022-05-31T06:28:02.333Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:28:32.019Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:28:32.029Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:28:32.031Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:28:32.032Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T06:28:32.032Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T06:28:32.032Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T06:28:32.032Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T06:28:32.032Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T06:28:32.036Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T06:29:02.036Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:29:02.043Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 and serviceModelVersionId: 2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f 2022-05-31T06:29:02.043Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d3221ec-10fe-42e6-ba94-7e8f2a607069 2022-05-31T06:29:02.044Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0 2022-05-31T06:29:02.047Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-05-31T06:29:02.080Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?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-05-31T06:29:02.081Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||Invoke 2022-05-31T06:29:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:29:02.279Z||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-05-31T06:29:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:29:02.799Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:29:02.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978368650, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:29:02.800Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:29:02.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:29:02.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:29:02.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:29:02.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978369666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978381215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978384645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978385700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978386756, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:29:02.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978387954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:29:02.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978388956, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:29:02.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978389959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T06:29:02.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978390962, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:29:02.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:29:03.602Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?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-05-31T06:29:03.603Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||Invoke 2022-05-31T06:29:05.138Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?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-05-31T06:29:05.139Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||Invoke 2022-05-31T06:29:06.169Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:29:06.169Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T06:29:06.170Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:29:06.170Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T06:29:06.176Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|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-05-31T06:29:06.176Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID baefc085-6333-4e0d-a678-ac2c7b6b67c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:29:06.177Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T06:29:06.177Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:29:06.179Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:29:06.179Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||try to send status { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978546176, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:29:06.279Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:29:06.280Z||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-05-31T06:29:06.280Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:29:06.289Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:29:06.289Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 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-05-31T06:29:07.196Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:29:07.197Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:29:07.197Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:29:17.432Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:29:17.432Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:29:17.433Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:29:17.433Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:29:26.967Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:29:26.967Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:29:26.968Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:29:26.968Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:29:36.499Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:29:36.499Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:29:36.499Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:29:36.499Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:29:46.028Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:29:46.029Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:29:46.029Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:29:46.029Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:29:55.566Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:30:02.277Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:30:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:30:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:30:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:30:02.279Z||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-05-31T06:30:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:30:02.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:30:02.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:30:02.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978546176, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:30:02.900Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:30:11.811Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:31:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:31:02.278Z||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-05-31T06:31:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:31:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:31:02.279Z||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-05-31T06:31:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:31:11.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:31:11.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:32:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:32:02.278Z||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-05-31T06:32:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:32:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:32:02.279Z||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-05-31T06:32:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:32:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:32:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:33:02.278Z||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-05-31T06:33:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:33:02.279Z||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-05-31T06:33:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:02.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:02.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b50dc17-cba9-4d42-be8f-1fd16a13ac28","serviceName":"vFW 2022-05-31 06-30-52","serviceVersion":"1.0","serviceUUID":"ab7173e7-5e65-4bc2-bb87-559033702fa5","serviceDescription":"catalog service description","serviceInvariantUUID":"f177d4d8-3f97-4640-834a-fcaa1311a321","resources":[{"resourceInstanceName":"vFW bd5e0ca7-48d4 0","resourceName":"vFW bd5e0ca7-48d4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ae6e2ec-18d0-4e65-b979-4cd21af66db9","resourceInvariantUUID":"eade08bc-2f34-4c67-bd3a-3fd722e8d73c","resourceCustomizationUUID":"28c3d911-6ac6-4b3a-b716-72d57e39b0fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml","artifactChecksum":"ZDYxNzQ4MTkwNGU3ZGE2M2M4ODFjMGE0OWM4OGViMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2433e6f1-e980-455f-b6d5-616074e4ff5b","artifactVersion":"1"},{"artifactName":"vfwbd5e0ca748d40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json","artifactChecksum":"NThkZmU5MWUyNTg5ODIzYjNlMjNjOWM4ZGJjMWNkNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f721311d-6f2b-41c8-a43c-6ad5bb5fe5cf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml","artifactChecksum":"YTFhNmJlOTQ2ZWJiOGM4ODljOWU5NGZkMTQ4MTVmZmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6eebeb72-9eb5-4235-b1e5-6e9761e21448","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0d6b310-da03-4eb1-be9c-4aee65a2eb34","artifactVersion":"2","generatedFromUUID":"b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531063052-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml","artifactChecksum":"YzE3NWMwNjdiNzZjYTI2MmE1YmQyOWI0MjcwM2JiMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"551a2b4a-1bcc-407a-9f6a-69445a7e984c","artifactVersion":"1"},{"artifactName":"service-Vfw20220531063052-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar","artifactChecksum":"YTJjMGE1NmY4ZWM0YTllMDNkMjZhNjAzYzY0ZDA3Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac4a16d9-5497-4334-8e30-191ab68b9aee","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T06:33:02.903Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:33:02.903Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:02.905Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:02.905Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:02.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "ves-openapi-manager", "timestamp": 1653978735908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "multicloud-k8s-id", "timestamp": 1653978738708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "clamp", "timestamp": 1653978739634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "cds", "timestamp": 1653978734522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978744042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "ves-openapi-manager", "timestamp": 1653978735908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "cds", "timestamp": 1653978734522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "multicloud-k8s-id", "timestamp": 1653978738708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "NOTIFIED" } 2022-05-31T06:33:02.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "clamp", "timestamp": 1653978739634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "NOTIFIED" } 2022-05-31T06:33:02.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978744042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "ves-openapi-manager", "timestamp": 1653978735908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "multicloud-k8s-id", "timestamp": 1653978738708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:33:02.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "cds", "timestamp": 1653978734522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "clamp", "timestamp": 1653978739634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978744042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "ves-openapi-manager", "timestamp": 1653978735908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "multicloud-k8s-id", "timestamp": 1653978738708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "cds", "timestamp": 1653978734522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "clamp", "timestamp": 1653978739634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978744042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "ves-openapi-manager", "timestamp": 1653978735908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "multicloud-k8s-id", "timestamp": 1653978738708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T06:33:02.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "cds", "timestamp": 1653978734522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "clamp", "timestamp": 1653978739634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978744042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "ves-openapi-manager", "timestamp": 1653978735908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "multicloud-k8s-id", "timestamp": 1653978738708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "cds", "timestamp": 1653978734522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "clamp", "timestamp": 1653978739634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978744042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "ves-openapi-manager", "timestamp": 1653978735908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "multicloud-k8s-id", "timestamp": 1653978738708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:02.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "cds", "timestamp": 1653978734522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:02.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "clamp", "timestamp": 1653978739634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:02.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978744042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:02.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "multicloud-k8s-id", "timestamp": 1653978751054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:02.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:02.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "cds", "timestamp": 1653978751069, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:02.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:02.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978751786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:02.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:02.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "cds", "timestamp": 1653978752075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-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-05-31T06:33:02.936Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 2022-05-31T06:33:02.936Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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-05-31T06:33:02.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "multicloud-k8s-id", "timestamp": 1653978752115, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "policy-id", "timestamp": 1653978751638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "policy-id", "timestamp": 1653978751638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "multicloud-k8s-id", "timestamp": 1653978753401, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "policy-id", "timestamp": 1653978751638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:33:02.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "multicloud-k8s-id", "timestamp": 1653978754423, "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-05-31T06:33:02.951Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 2022-05-31T06:33:02.951Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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-05-31T06:33:02.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978755135, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:33:02.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:02.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "policy-id", "timestamp": 1653978751638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "multicloud-k8s-id", "timestamp": 1653978755426, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:33:02.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:02.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "aai-ml", "timestamp": 1653978755411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978756138, "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-05-31T06:33:02.965Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 2022-05-31T06:33:02.965Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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-05-31T06:33:02.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "policy-id", "timestamp": 1653978751638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "aai-ml", "timestamp": 1653978755411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "policy-id", "timestamp": 1653978751638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "aai-ml", "timestamp": 1653978755411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "ves-openapi-manager", "timestamp": 1653978755908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "cds", "timestamp": 1653978753080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "policy-id", "timestamp": 1653978751638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "aai-ml", "timestamp": 1653978755411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "ves-openapi-manager", "timestamp": 1653978755908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "cds", "timestamp": 1653978753080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "multicloud-k8s-id", "timestamp": 1653978758708, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "policy-id", "timestamp": 1653978759652, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:02.976Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:02.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "aai-ml", "timestamp": 1653978755411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "multicloud-k8s-id", "timestamp": 1653978758708, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:02.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "policy-id", "timestamp": 1653978760724, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:33:02.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:02.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "cds", "timestamp": 1653978760944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:02.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:02.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "aai-ml", "timestamp": 1653978755411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:02.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:02.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "policy-id", "timestamp": 1653978761727, "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-05-31T06:33:02.983Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 2022-05-31T06:33:02.983Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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-05-31T06:33:02.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:02.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "cds", "timestamp": 1653978761951, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-31T06:33:03.000Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb676752-1d03-4d37-8534-13a1f95a6109 2022-05-31T06:33:03.000Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:33:03.005Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:03.005Z||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-05-31T06:33:03.005Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:03.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "aai-ml", "timestamp": 1653978755411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:03.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:03.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "aai-ml", "timestamp": 1653978763261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:03.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:03.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "clamp", "timestamp": 1653978763855, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:03.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:03.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "clamp", "timestamp": 1653978765865, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:33:03.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:03.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "clamp", "timestamp": 1653978766869, "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-05-31T06:33:03.014Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 2022-05-31T06:33:03.014Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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=? 2022-05-31T06:33:03.016Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:03.017Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-31T06:33:03.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "clamp", "timestamp": 1653978769634, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:03.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:03.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "aai-ml", "timestamp": 1653978770569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T06:33:03.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:03.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "clamp", "timestamp": 1653978769634, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:03.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:03.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "aai-ml", "timestamp": 1653978771572, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T06:33:03.028Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 2022-05-31T06:33:03.028Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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-05-31T06:33:03.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "policy-id", "timestamp": 1653978771638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:03.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:03.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "policy-id", "timestamp": 1653978771638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:03.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:03.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "policy-id", "timestamp": 1653978774318, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:03.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:03.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978774042, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:03.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:03.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "policy-id", "timestamp": 1653978775335, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:33:03.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:03.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978774042, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:03.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:33:03.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "policy-id", "timestamp": 1653978776338, "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-05-31T06:33:03.041Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb676752-1d03-4d37-8534-13a1f95a6109 2022-05-31T06:33:03.041Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:33:03.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978776730, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:03.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:03.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978778182, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:33:03.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:33:03.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:33:03.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978779186, "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-05-31T06:33:03.052Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb676752-1d03-4d37-8534-13a1f95a6109 2022-05-31T06:33:03.052Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:33:03.906Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:33:03.906Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:03.908Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:03.908Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "NOTIFIED" } 2022-05-31T06:33:04.008Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:04.009Z||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-05-31T06:33:04.009Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:04.018Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:04.018Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:04.908Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:33:04.909Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:04.911Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:04.911Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:33:05.011Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:05.012Z||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-05-31T06:33:05.012Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:05.022Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:05.022Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:05.911Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:33:05.912Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:05.913Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:05.913Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:06.014Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:06.014Z||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-05-31T06:33:06.014Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:06.023Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:06.023Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:06.914Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:33:06.915Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:06.917Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:06.917Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T06:33:07.017Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:07.018Z||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-05-31T06:33:07.018Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:07.028Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:07.028Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:07.918Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:33:07.918Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:07.920Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:07.920Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:08.020Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:08.021Z||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-05-31T06:33:08.021Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:08.031Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:08.031Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:08.921Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:33:08.921Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:08.923Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:08.923Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:09.023Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:09.024Z||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-05-31T06:33:09.024Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:09.033Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:09.033Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:09.924Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "serviceName": "vFW 2022-05-31 06-30-52", "serviceVersion": "1.0", "serviceUUID": "ab7173e7-5e65-4bc2-bb87-559033702fa5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f177d4d8-3f97-4640-834a-fcaa1311a321", "resources": [ { "resourceInstanceName": "vFW bd5e0ca7-48d4 0", "resourceCustomizationUUID": "28c3d911-6ac6-4b3a-b716-72d57e39b0fb", "resourceName": "vFW bd5e0ca7-48d4", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ae6e2ec-18d0-4e65-b979-4cd21af66db9", "resourceInvariantUUID": "eade08bc-2f34-4c67-bd3a-3fd722e8d73c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwbd5e0ca748d40_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "artifactChecksum": "NThkZmU5MWUyNTg5ODIzYjNlMjNjOWM4ZGJjMWNkNGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f721311d-6f2b-41c8-a43c-6ad5bb5fe5cf", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f0d6b310-da03-4eb1-be9c-4aee65a2eb34", "generatedFromUUID": "b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f0d6b310-da03-4eb1-be9c-4aee65a2eb34", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220531063052-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "artifactChecksum": "YTJjMGE1NmY4ZWM0YTllMDNkMjZhNjAzYzY0ZDA3Mzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ac4a16d9-5497-4334-8e30-191ab68b9aee" } ], "workloadContext": "Production" } 2022-05-31T06:33:09.924Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T06:33:09.924Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ab7173e7-5e65-4bc2-bb87-559033702fa5 ASDC 2022-05-31T06:33:09.924Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:9b50dc17-cba9-4d42-be8f-1fd16a13ac28 ServiceName:vFW 2022-05-31 06-30-52 ServiceVersion:1.0 ServiceUUID:ab7173e7-5e65-4bc2-bb87-559033702fa5 ServiceInvariantUUID:f177d4d8-3f97-4640-834a-fcaa1311a321 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220531063052-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar ArtifactUUID:ac4a16d9-5497-4334-8e30-191ab68b9aee ArtifactChecksum:YTJjMGE1NmY4ZWM0YTllMDNkMjZhNjAzYzY0ZDA3Mzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW bd5e0ca7-48d4 0 ResourceCustomizationUUID:28c3d911-6ac6-4b3a-b716-72d57e39b0fb ResourceInvariantUUID:eade08bc-2f34-4c67-bd3a-3fd722e8d73c ResourceName:vFW bd5e0ca7-48d4 ResourceType:VF ResourceUUID:6ae6e2ec-18d0-4e65-b979-4cd21af66db9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwbd5e0ca748d40_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json ArtifactUUID:f721311d-6f2b-41c8-a43c-6ad5bb5fe5cf ArtifactChecksum:NThkZmU5MWUyNTg5ODIzYjNlMjNjOWM4ZGJjMWNkNGM= 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/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml ArtifactUUID:b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4 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/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env ArtifactUUID:f0d6b310-da03-4eb1-be9c-4aee65a2eb34 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/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env ArtifactUUID:f0d6b310-da03-4eb1-be9c-4aee65a2eb34 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T06:33:09.924Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab7173e7-5e65-4bc2-bb87-559033702fa5 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-05-31T06:33:09.953Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:33:09.954Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-31T06:33:09.954Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-31T06:33:09.954Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ac4a16d9-5497-4334-8e30-191ab68b9aee from URL: /sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:09.954Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-31T06:33:09.954Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:10.506Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-31T06:33:10.510Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar ac4a16d9-5497-4334-8e30-191ab68b9aee 98991 2022-05-31T06:33:10.510Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar ASDC sendASDCNotification 2022-05-31T06:33:10.510Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:10.510Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:33:10.511Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:10.512Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:10.512Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978790510, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:10.612Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:10.613Z||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-05-31T06:33:10.613Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:10.623Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:10.623Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:11.513Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:33:11.514Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-31T06:33:11.514Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ac4a16d9-5497-4334-8e30-191ab68b9aee, URL: /sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar to file: /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:11.514Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531063052-csar.csar 2022-05-31T06:33:11.515Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:11.515Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:11.686Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8762102689091093976/Definitions/service-Vfw20220531063052-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-05-31T06:33:13.268Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T06:33:13.268Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-31T06:33:13.268Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.268Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bd5e0ca7-48d4 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-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria 2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria 2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria 2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria 2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria 2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is not matching search criteria 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1b2e729d-04d8-4e8b-b450-d90a9f1f1019 2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is not matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e5f22538-1db4-405a-aa29-4af7d3166b71 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is not matching search criteria 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b184c200-f45f-4936-8474-8c83b312a8ed 2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-31 06-30-52 Description:catalog service description Model UUID:ab7173e7-5e65-4bc2-bb87-559033702fa5 Model Version:NULL Model InvariantUuid:f177d4d8-3f97-4640-834a-fcaa1311a321 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW bd5e0ca7-48d4 Model UUID:1d7a093a-8d19-4fa9-add2-c4938a9c624b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:eade08bc-2f34-4c67-bd3a-3fd722e8d73c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:28c3d911-6ac6-4b3a-b716-72d57e39b0fb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b46843ce-bf99-4a04-af3a-0523d8951a84 ModelName:VfwBd5e0ca748d4..base_vfw..module-0 ModelUuid:943701ff-2e94-4f42-884b-489201058153 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1b2e729d-04d8-4e8b-b450-d90a9f1f1019 ModelInvariantUuid:bf8db4f2-2083-4872-b035-6722a105e7ad ModelName:vFW bd5e0ca7-48d4-nodes.vfwCvfc ModelUuid:5a1d8da2-936e-4d81-92c9-11fdfd4c86c9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0aeab340-9ef5-450e-a047-965c449ac442 ModelInvariantUuid:bfb0f30c-1e72-4519-ac6c-8332ab23ebae ModelName:VfwBd5e0ca748d4.compute.nodes.heat.vfw ModelUuid:ce931769-edcd-4309-ac86-a5678e471a3d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e5f22538-1db4-405a-aa29-4af7d3166b71 ModelInvariantUuid:285340d1-d7b3-4c7d-bf50-297354b7dcae ModelName:vFW bd5e0ca7-48d4-nodes.vsnCvfc ModelUuid:8a0d7532-8bab-4dc2-9136-e3a4f4b10a82 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7e7f42a5-1cc6-4250-a8e4-7f3d09ff4500 ModelInvariantUuid:b0f1ec28-7f33-4fdc-8231-eb522cb6ea59 ModelName:VfwBd5e0ca748d4.compute.nodes.heat.vsn ModelUuid:1dd0c10c-08b1-4b6b-a0d4-5ce14540af6f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b184c200-f45f-4936-8474-8c83b312a8ed ModelInvariantUuid:5b8e50aa-690f-431e-a2fd-a906aa225afe ModelName:vFW bd5e0ca7-48d4-nodes.vpgCvfc ModelUuid:35911100-c801-434a-b647-42ab1addf6d9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a29dde93-2117-4194-b068-34f9e0fc0cb3 ModelInvariantUuid:c20c833d-83b1-4aee-aaab-f75e5852f636 ModelName:VfwBd5e0ca748d4.compute.nodes.heat.vpg ModelUuid:2c4b4890-ab23-41ab-88c6-729dd69fe218 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-05-31T06:33:13.283Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ae6e2ec-18d0-4e65-b979-4cd21af66db9 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-05-31T06:33:13.285Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||vFW bd5e0ca7-48d4 0 2022-05-31T06:33:13.285Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ae6e2ec-18d0-4e65-b979-4cd21af66db9 2022-05-31T06:33:13.285Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f721311d-6f2b-41c8-a43c-6ad5bb5fe5cf from URL: /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json 2022-05-31T06:33:13.285Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-31T06:33:13.285Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json 2022-05-31T06:33:13.547Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-31T06:33:13.547Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json f721311d-6f2b-41c8-a43c-6ad5bb5fe5cf 785 2022-05-31T06:33:13.547Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json ASDC sendASDCNotification 2022-05-31T06:33:13.547Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json 2022-05-31T06:33:13.547Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:33:13.548Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:13.549Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:13.549Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978793547, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:13.649Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:13.650Z||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-05-31T06:33:13.650Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:13.659Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:13.659Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:14.550Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBd5e0ca748d4..base_vfw..module-0", "vfModuleModelInvariantUUID": "b46843ce-bf99-4a04-af3a-0523d8951a84", "vfModuleModelVersion": "1", "vfModuleModelUUID": "943701ff-2e94-4f42-884b-489201058153", "vfModuleModelCustomizationUUID": "b8bf7c4f-e703-448a-a415-d1294d811baf", "isBase": true, "artifacts": [ "b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4", "f0d6b310-da03-4eb1-be9c-4aee65a2eb34" ], "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-05-31T06:33:14.553Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBd5e0ca748d4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:943701ff-2e94-4f42-884b-489201058153 VfModuleModelInvariantUUID:b46843ce-bf99-4a04-af3a-0523d8951a84 VfModuleModelDescription:NULL Artifacts UUID List:{ b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4 , f0d6b310-da03-4eb1-be9c-4aee65a2eb34 } 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-05-31T06:33:14.554Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBd5e0ca748d4..base_vfw..module-0", "vfModuleModelInvariantUUID": "b46843ce-bf99-4a04-af3a-0523d8951a84", "vfModuleModelVersion": "1", "vfModuleModelUUID": "943701ff-2e94-4f42-884b-489201058153", "vfModuleModelCustomizationUUID": "b8bf7c4f-e703-448a-a415-d1294d811baf", "isBase": true, "artifacts": [ "b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4", "f0d6b310-da03-4eb1-be9c-4aee65a2eb34" ], "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-05-31T06:33:14.554Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBd5e0ca748d4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:943701ff-2e94-4f42-884b-489201058153 VfModuleModelInvariantUUID:b46843ce-bf99-4a04-af3a-0523d8951a84 VfModuleModelDescription:NULL Artifacts UUID List:{ b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4 , f0d6b310-da03-4eb1-be9c-4aee65a2eb34 } 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-05-31T06:33:14.555Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4 from URL: /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml 2022-05-31T06:33:14.555Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-31T06:33:14.555Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml 2022-05-31T06:33:14.850Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-31T06:33:14.850Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4 20368 2022-05-31T06:33:14.851Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T06:33:14.851Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml 2022-05-31T06:33:14.851Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:33:14.851Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:14.852Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:14.852Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978794851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:14.953Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:14.953Z||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-05-31T06:33:14.953Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:14.963Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:14.963Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:15.853Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f0d6b310-da03-4eb1-be9c-4aee65a2eb34 from URL: /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env 2022-05-31T06:33:15.854Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-31T06:33:15.854Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env 2022-05-31T06:33:16.047Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-31T06:33:16.047Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env f0d6b310-da03-4eb1-be9c-4aee65a2eb34 2098 2022-05-31T06:33:16.047Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T06:33:16.048Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env 2022-05-31T06:33:16.048Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:33:16.048Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:16.050Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:16.050Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978796047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:16.150Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:16.151Z||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-05-31T06:33:16.151Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:16.162Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:16.162Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:33:17.050Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ab7173e7-5e65-4bc2-bb87-559033702fa5 2022-05-31T06:33:17.051Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bd5e0ca7-48d4 0 6ae6e2ec-18d0-4e65-b979-4cd21af66db9 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-05-31T06:33:17.064Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78c21dfd, org.onap.sdc.toscaparser.api.parameters.Input@2534b945, org.onap.sdc.toscaparser.api.parameters.Input@6cbb6be0, org.onap.sdc.toscaparser.api.parameters.Input@148c0053, org.onap.sdc.toscaparser.api.parameters.Input@7c49daca] 2022-05-31T06:33:17.066Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.066Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:17.066Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-31T06:33:17.066Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 28c3d911-6ac6-4b3a-b716-72d57e39b0fb 2022-05-31T06:33:17.066Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 28c3d911-6ac6-4b3a-b716-72d57e39b0fb matches Tosca VF Customization UUID: 28c3d911-6ac6-4b3a-b716-72d57e39b0fb 2022-05-31T06:33:17.066Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 28c3d911-6ac6-4b3a-b716-72d57e39b0fb 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-05-31T06:33:17.068Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.068Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:17.069Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 28c3d911-6ac6-4b3a-b716-72d57e39b0fb: {\"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-05-31T06:33:17.069Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f9e352d 2022-05-31T06:33:17.069Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.069Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:33:17.069Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b8bf7c4f-e703-448a-a415-d1294d811baf 2022-05-31T06:33:17.069Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b8bf7c4f-e703-448a-a415-d1294d811baf 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-05-31T06:33:17.071Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.072Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria 2022-05-31T06:33:17.072Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:33:17.072Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.072Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria 2022-05-31T06:33:17.072Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:33:17.072Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.072Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is not matching search criteria 2022-05-31T06:33:17.072Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:33:17.073Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T06:33:17.073Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:33:17.073Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:33:17.073Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:33:17.073Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:33:17.073Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:17.073Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:33:17.073Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:17.073Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:33:17.074Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:33:17.074Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1b2e729d-04d8-4e8b-b450-d90a9f1f1019 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-05-31T06:33:17.075Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.076Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria 2022-05-31T06:33:17.076Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:33:17.076Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.076Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is not matching search criteria 2022-05-31T06:33:17.076Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:33:17.076Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:33:17.076Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:17.076Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:33:17.077Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:33:17.077Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:33:17.077Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:33:17.077Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T06:33:17.077Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:33:17.077Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:17.077Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:33:17.077Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:33:17.077Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e5f22538-1db4-405a-aa29-4af7d3166b71 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-05-31T06:33:17.079Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.079Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria 2022-05-31T06:33:17.079Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:33:17.079Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.079Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is not matching search criteria 2022-05-31T06:33:17.079Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:33:17.080Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:33:17.080Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:17.080Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:33:17.080Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:33:17.080Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:33:17.080Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:33:17.080Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:33:17.080Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:33:17.080Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:33:17.081Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:33:17.081Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T06:33:17.081Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b184c200-f45f-4936-8474-8c83b312a8ed 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-05-31T06:33:17.082Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.082Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria 2022-05-31T06:33:17.082Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:33:17.082Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.083Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria 2022-05-31T06:33:17.083Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0] matching following query criteria: sdcType=VF, customizationUUID=28c3d911-6ac6-4b3a-b716-72d57e39b0fb 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-05-31T06:33:17.084Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.084Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:17.084Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ab7173e7-5e65-4bc2-bb87-559033702fa5: vFW bd5e0ca7-48d4 2022-05-31T06:33:17.084Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.084Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:17.084Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.084Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:17.085Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.085Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:17.085Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.085Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:17.085Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:17.085Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:17.085Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-31 06-30-52 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-05-31T06:33:17.216Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bd5e0ca7-48d4 6ae6e2ec-18d0-4e65-b979-4cd21af66db9 1 ASDC deployResourceStructure 2022-05-31T06:33:17.216Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json ASDC sendASDCNotification 2022-05-31T06:33:17.216Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json 2022-05-31T06:33:17.216Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:33:17.216Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:17.218Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:17.218Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978797216, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:33:17.318Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:17.319Z||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-05-31T06:33:17.319Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:17.330Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:17.330Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:18.218Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T06:33:18.219Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml 2022-05-31T06:33:18.219Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:33:18.219Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:18.221Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:18.221Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978798218, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:33:18.321Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:18.322Z||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-05-31T06:33:18.322Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:18.331Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:18.331Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:19.222Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T06:33:19.222Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env 2022-05-31T06:33:19.223Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:33:19.223Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:19.224Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:19.224Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978799222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T06:33:19.324Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:19.325Z||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-05-31T06:33:19.325Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:19.334Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:19.334Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:20.225Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar ASDC sendASDCNotification 2022-05-31T06:33:20.225Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar 2022-05-31T06:33:20.225Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:33:20.226Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:20.227Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:20.227Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978800225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:33:20.327Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:20.328Z||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-05-31T06:33:20.328Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:20.341Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:20.341Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:21.228Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:33:21.240Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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-05-31T06:33:21.244Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:33:21.244Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T06:33:21.244Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T06:33:21.244Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T06:33:21.244Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T06:33:21.244Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T06:33:21.249Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T06:33:51.249Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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-05-31T06:33:51.256Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 and serviceModelVersionId: ab7173e7-5e65-4bc2-bb87-559033702fa5 2022-05-31T06:33:51.256Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f177d4d8-3f97-4640-834a-fcaa1311a321 2022-05-31T06:33:51.257Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0 2022-05-31T06:33:51.261Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T06:33:51.307Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?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-05-31T06:33:51.307Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||Invoke 2022-05-31T06:33:52.852Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?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-05-31T06:33:52.852Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||Invoke 2022-05-31T06:33:54.384Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?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-05-31T06:33:54.385Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||Invoke 2022-05-31T06:33:55.416Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:33:55.417Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T06:33:55.418Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:33:55.418Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T06:33:55.422Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|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-05-31T06:33:55.423Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:33:55.423Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T06:33:55.423Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:55.424Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:55.424Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||try to send status { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978835423, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:33:55.525Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:55.525Z||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-05-31T06:33:55.525Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:55.539Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:55.539Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 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-05-31T06:33:56.434Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||received message from topic 2022-05-31T06:33:56.434Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"bb676752-1d03-4d37-8534-13a1f95a6109","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e25e5d3e-e39b-46c8-808d-8b0b03b02c74","serviceDescription":"service","serviceInvariantUUID":"2373a199-f6e2-452d-af14-fa670dab8807","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b40106f6-4d85-46a0-9ae5-efe18dc99495","resourceInvariantUUID":"4e68f279-23dd-4d40-a5c9-84bc984af118","resourceCustomizationUUID":"7bf54179-dce9-48c4-bd56-2ae89728ba7c","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":"NjUxMGFlNGY3NTc0OWQwZWE0ODk0NmQ0MTU2ZTJjMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d799e2b-3fe5-4e05-8dd1-862d173ba19e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjBkYWQ3N2Q5ZjlmMmVhYzJlZTdmNzY4NTI4ZjlkNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae483b8b-9c55-4588-8f53-7107ab91ac51","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T06:33:56.435Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:33:56.436Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:56.437Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:56.437Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||try to send status { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:33:56.537Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T06:33:56.538Z||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-05-31T06:33:56.538Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:56.547Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:56.547Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:57.438Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:33:57.439Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:57.440Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:57.440Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||try to send status { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:33:57.540Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:33:57.541Z||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-05-31T06:33:57.541Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:57.550Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:57.551Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:58.441Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||sending notification to client: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e25e5d3e-e39b-46c8-808d-8b0b03b02c74", "serviceDescription": "service", "serviceInvariantUUID": "2373a199-f6e2-452d-af14-fa670dab8807", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "7bf54179-dce9-48c4-bd56-2ae89728ba7c", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "b40106f6-4d85-46a0-9ae5-efe18dc99495", "resourceInvariantUUID": "4e68f279-23dd-4d40-a5c9-84bc984af118", "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": "YjBkYWQ3N2Q5ZjlmMmVhYzJlZTdmNzY4NTI4ZjlkNDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ae483b8b-9c55-4588-8f53-7107ab91ac51" } ], "workloadContext": "Production" } 2022-05-31T06:33:58.441Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T06:33:58.442Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e25e5d3e-e39b-46c8-808d-8b0b03b02c74 ASDC 2022-05-31T06:33:58.442Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||ASDC Notification: DistributionID:bb676752-1d03-4d37-8534-13a1f95a6109 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e25e5d3e-e39b-46c8-808d-8b0b03b02c74 ServiceInvariantUUID:2373a199-f6e2-452d-af14-fa670dab8807 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:ae483b8b-9c55-4588-8f53-7107ab91ac51 ArtifactChecksum:YjBkYWQ3N2Q5ZjlmMmVhYzJlZTdmNzY4NTI4ZjlkNDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:7bf54179-dce9-48c4-bd56-2ae89728ba7c ResourceInvariantUUID:4e68f279-23dd-4d40-a5c9-84bc984af118 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:b40106f6-4d85-46a0-9ae5-efe18dc99495 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-31T06:33:58.442Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e25e5d3e-e39b-46c8-808d-8b0b03b02c74 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-05-31T06:33:58.466Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:33:58.467Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:33:58.467Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:33:58.467Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||Trying to download the artifact UUID: ae483b8b-9c55-4588-8f53-7107ab91ac51 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-31T06:33:58.467Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:33:58.467Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-31T06:33:58.558Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:33:58.561Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ae483b8b-9c55-4588-8f53-7107ab91ac51 52512 2022-05-31T06:33:58.561Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-31T06:33:58.561Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-31T06:33:58.561Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:33:58.561Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:33:58.563Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:33:58.563Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||try to send status { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978838561, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:33:58.664Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T06:33:58.664Z||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-05-31T06:33:58.665Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:33:58.674Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:33:58.674Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:33:59.564Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:33:59.565Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:33:59.565Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||Trying to write artifact UUID: ae483b8b-9c55-4588-8f53-7107ab91ac51, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-31T06:33:59.565Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-31T06:33:59.568Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-31T06:33:59.568Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-31T06:33:59.642Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1802603899608600081/Definitions/service-BasicNetwork-template.yml 2022-05-31T06:33:59.944Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-05-31T06:33:59.944Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|WARN|500||#################################################################################################### 2022-05-31T06:33:59.944Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-31T06:33:59.945Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-31T06:33:59.945Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|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-05-31T06:33:59.945Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|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-05-31T06:33:59.945Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|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-05-31T06:33:59.945Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|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-05-31T06:33:59.945Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|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-05-31T06:33:59.945Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|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-05-31T06:33:59.945Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|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-05-31T06:33:59.945Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|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-05-31T06:33:59.945Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|WARN|500||#################################################################################################### 2022-05-31T06:33:59.945Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.946Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.946Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-31T06:33:59.946Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T06:33:59.946Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:33:59.946Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.946Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.946Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-31T06:33:59.946Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T06:33:59.946Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:33:59.946Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.947Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.947Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.947Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.947Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.947Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.947Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.947Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.947Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.947Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.948Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:e25e5d3e-e39b-46c8-808d-8b0b03b02c74 Model Version:NULL Model InvariantUuid:2373a199-f6e2-452d-af14-fa670dab8807 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:4e68f279-23dd-4d40-a5c9-84bc984af118 Model UUID:8ac47a06-e728-4991-ae39-c439625a5dfe Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:7bf54179-dce9-48c4-bd56-2ae89728ba7c 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-05-31T06:33:59.952Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: b40106f6-4d85-46a0-9ae5-efe18dc99495 2022-05-31T06:33:59.952Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||No resources found for Service: e25e5d3e-e39b-46c8-808d-8b0b03b02c74 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-05-31T06:33:59.954Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500|| 2022-05-31T06:33:59.955Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-31T06:33:59.955Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||No resources found for Service: e25e5d3e-e39b-46c8-808d-8b0b03b02c74 2022-05-31T06:33:59.955Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Preparing to deploy Service: e25e5d3e-e39b-46c8-808d-8b0b03b02c74 2022-05-31T06:33:59.955Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-31T06:33:59.955Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|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-05-31T06:33:59.958Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10454894, org.onap.sdc.toscaparser.api.parameters.Input@4e0ccfd7, org.onap.sdc.toscaparser.api.parameters.Input@60ba75e1, org.onap.sdc.toscaparser.api.parameters.Input@4342fdcd, org.onap.sdc.toscaparser.api.parameters.Input@79f91cd9] 2022-05-31T06:33:59.959Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.960Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.960Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.960Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.960Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500|| resourceSeq for service uuid e25e5d3e-e39b-46c8-808d-8b0b03b02c74: Generic NeutronNet 2022-05-31T06:33:59.960Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.960Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.960Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.961Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|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-05-31T06:33:59.981Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.981Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.981Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.982Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.982Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:33:59.982Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:33:59.982Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|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-05-31T06:34:00.031Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-31T06:34:00.032Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-31T06:34:00.032Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-31T06:34:00.032Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:34:00.032Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:34:00.034Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:34:00.034Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||try to send status { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978840032, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:34:00.134Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:34:00.135Z||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-05-31T06:34:00.135Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:34:00.144Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:34:00.144Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:34:01.035Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb676752-1d03-4d37-8534-13a1f95a6109 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:34:01.045Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:34:01.048Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:34:01.048Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:34:01.048Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:34:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:34:02.279Z||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-05-31T06:34:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:34:02.395Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:34:02.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:34:02.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:34:02.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:34:31.048Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb676752-1d03-4d37-8534-13a1f95a6109 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:34:31.058Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:34:31.060Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:34:31.060Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:34:31.060Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:35:01.061Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb676752-1d03-4d37-8534-13a1f95a6109 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:35:01.071Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:35:01.073Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:35:01.073Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:35:01.073Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:35:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:35:02.279Z||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-05-31T06:35:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:35:02.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:35:02.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "clamp", "timestamp": 1653978783858, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:35:02.798Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "NOTIFIED" } 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "clamp", "timestamp": 1653978785868, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "aai-ml", "timestamp": 1653978785411, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "clamp", "timestamp": 1653978786872, "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-05-31T06:35:02.806Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb676752-1d03-4d37-8534-13a1f95a6109 2022-05-31T06:35:02.806Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:35:02.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "aai-ml", "timestamp": 1653978785411, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "aai-ml", "timestamp": 1653978788618, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978790510, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:35:02.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "aai-ml", "timestamp": 1653978791914, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T06:35:02.813Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "aai-ml", "timestamp": 1653978792916, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T06:35:02.816Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bb676752-1d03-4d37-8534-13a1f95a6109 2022-05-31T06:35:02.817Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:35:02.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978793547, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:35:02.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978794851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:35:02.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978796047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:35:02.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978797216, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:35:02.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978798218, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978799222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978800225, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978835423, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:35:02.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978782277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:35:02.826Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:35:02.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978838561, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:35:02.826Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:02.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:35:02.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978840032, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:35:02.826Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:35:31.074Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb676752-1d03-4d37-8534-13a1f95a6109 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:35:31.085Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:35:31.087Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:35:31.087Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T06:35:31.087Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T06:35:31.087Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T06:35:31.087Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T06:35:31.088Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T06:35:31.093Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T06:36:01.093Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:36:01.099Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb676752-1d03-4d37-8534-13a1f95a6109 and serviceModelVersionId: e25e5d3e-e39b-46c8-808d-8b0b03b02c74 2022-05-31T06:36:01.099Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2373a199-f6e2-452d-af14-fa670dab8807 2022-05-31T06:36:01.099Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0 2022-05-31T06:36:01.102Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f177d4d8-3f97-4640-834a-fcaa1311a321/model-vers/model-ver/ab7173e7-5e65-4bc2-bb87-559033702fa5?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-05-31T06:36:01.135Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||Invoke 2022-05-31T06:36:01.135Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb676752-1d03-4d37-8534-13a1f95a6109], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[506e3c92-fa0a-4f9a-af43-98f1b78050be], X-ECOMP-RequestID=[bb676752-1d03-4d37-8534-13a1f95a6109], X-TransactionId=[], X-ONAP-RequestID=[bb676752-1d03-4d37-8534-13a1f95a6109], Content-Type=[application/merge-patch+json]} 2022-05-31T06:36:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:36:02.279Z||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-05-31T06:36:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:02.670Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||Invoke 2022-05-31T06:36:02.671Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb676752-1d03-4d37-8534-13a1f95a6109], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[332fc9f0-ff2a-4375-85ec-4da1f929f384], X-ECOMP-RequestID=[bb676752-1d03-4d37-8534-13a1f95a6109], X-TransactionId=[], X-ONAP-RequestID=[bb676752-1d03-4d37-8534-13a1f95a6109], Content-Type=[application/merge-patch+json]} 2022-05-31T06:36:04.211Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||Invoke 2022-05-31T06:36:04.211Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb676752-1d03-4d37-8534-13a1f95a6109], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[350b28fb-204d-48ce-896e-61c9f8311e98], X-ECOMP-RequestID=[bb676752-1d03-4d37-8534-13a1f95a6109], X-TransactionId=[], X-ONAP-RequestID=[bb676752-1d03-4d37-8534-13a1f95a6109], Content-Type=[application/merge-patch+json]} 2022-05-31T06:36:04.268Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:04.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:36:04.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "ves-openapi-manager", "timestamp": 1653978955908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:36:04.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:36:05.240Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:36:05.241Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T06:36:05.241Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:36:05.241Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T06:36:05.245Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:05.245Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb676752-1d03-4d37-8534-13a1f95a6109 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:36:05.245Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T06:36:05.246Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:05.247Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:05.247Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978965245, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:36:05.347Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:05.348Z||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-05-31T06:36:05.348Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:05.357Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:05.357Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 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-05-31T06:36:06.260Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:36:06.260Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:36:06.260Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:10.606Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:10.606Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||received message from topic 2022-05-31T06:36:10.606Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"28bdd3f6-8336-4b66-b2b5-f212f9344476","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2e63e422-9f55-45c0-9ae1-3a1bcac85fd5","serviceDescription":"service","serviceInvariantUUID":"75ae5939-738b-42f4-9533-d5b67438c188","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7964cbfc-fc9f-4689-8a80-8f45e8325e0d","resourceInvariantUUID":"e522310b-a2c3-4972-9f4d-a9d05ed11843","resourceCustomizationUUID":"cbc5ca11-4ac7-4af7-90f7-3e19d605b7f8","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":"YjIyOGJjODBjMDA5ZjQwY2JkOTIxOWEzMjg0ZmM1NzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c566da2-1985-4915-b819-a2dffc01c53e","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":"ZTdhZGFjMjIzY2Q3ZWVlYzZlYmYwZjcyYjJhZDc1MDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"056cb4e2-5968-4dc8-a536-1a9c0888389a","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":"9e8d9a69-b013-48eb-9de8-156f6a49096d","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":"b0186d89-55ca-4336-b054-90a561bbaa9e","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":"653ec9a2-5f14-4d1c-931c-97b96b9ccd80","artifactVersion":"2","generatedFromUUID":"9e8d9a69-b013-48eb-9de8-156f6a49096d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2Y1N2IzNzgyMmEwZWQyYzY1NjE4NWVlZjdkODdiYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8aa4c4b-61a1-4113-b4b0-e9d3a15a0af7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGRiMTNjNzc3NDEwOTcyZTUxYmUyMWQ4YWI1MTI4ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fa3096c-a068-40c7-80a7-2d44d5d33839","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T06:36:10.608Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:36:10.608Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:10.609Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:10.609Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:36:10.709Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:10.710Z||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-05-31T06:36:10.710Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:10.719Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:10.719Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:36:11.610Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:36:11.610Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:11.611Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:11.612Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:36:11.712Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:11.712Z||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-05-31T06:36:11.712Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:11.720Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:11.720Z||pool-57-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:36:12.612Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:36:12.612Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:12.614Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:12.614Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T06:36:12.714Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:12.715Z||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-05-31T06:36:12.715Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:12.723Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:12.724Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:36:13.614Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:36:13.615Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:13.616Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:13.616Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:36:13.716Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:13.717Z||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-05-31T06:36:13.717Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:13.725Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:13.726Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:36:14.616Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:36:14.617Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:14.619Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:14.619Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-31T06:36:14.719Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:14.720Z||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-05-31T06:36:14.720Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:14.728Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:14.728Z||pool-60-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:36:15.620Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:36:15.620Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:15.622Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:15.622Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:36:15.722Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:15.722Z||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-05-31T06:36:15.723Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:15.731Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:15.731Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:36:16.622Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:36:16.623Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:16.624Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:16.624Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:36:16.724Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:16.725Z||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-05-31T06:36:16.725Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:16.734Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:16.734Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:36:17.625Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||sending notification to client: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2e63e422-9f55-45c0-9ae1-3a1bcac85fd5", "serviceDescription": "service", "serviceInvariantUUID": "75ae5939-738b-42f4-9533-d5b67438c188", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "cbc5ca11-4ac7-4af7-90f7-3e19d605b7f8", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7964cbfc-fc9f-4689-8a80-8f45e8325e0d", "resourceInvariantUUID": "e522310b-a2c3-4972-9f4d-a9d05ed11843", "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": "ZTdhZGFjMjIzY2Q3ZWVlYzZlYmYwZjcyYjJhZDc1MDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "056cb4e2-5968-4dc8-a536-1a9c0888389a", "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": "9e8d9a69-b013-48eb-9de8-156f6a49096d", "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": "653ec9a2-5f14-4d1c-931c-97b96b9ccd80", "generatedFromUUID": "9e8d9a69-b013-48eb-9de8-156f6a49096d" }, "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": "653ec9a2-5f14-4d1c-931c-97b96b9ccd80", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZGRiMTNjNzc3NDEwOTcyZTUxYmUyMWQ4YWI1MTI4ZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3fa3096c-a068-40c7-80a7-2d44d5d33839" } ], "workloadContext": "Production" } 2022-05-31T06:36:17.625Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T06:36:17.625Z|bb676752-1d03-4d37-8534-13a1f95a6109|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2e63e422-9f55-45c0-9ae1-3a1bcac85fd5 ASDC 2022-05-31T06:36:17.625Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||ASDC Notification: DistributionID:28bdd3f6-8336-4b66-b2b5-f212f9344476 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2e63e422-9f55-45c0-9ae1-3a1bcac85fd5 ServiceInvariantUUID:75ae5939-738b-42f4-9533-d5b67438c188 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:3fa3096c-a068-40c7-80a7-2d44d5d33839 ArtifactChecksum:ZGRiMTNjNzc3NDEwOTcyZTUxYmUyMWQ4YWI1MTI4ZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:cbc5ca11-4ac7-4af7-90f7-3e19d605b7f8 ResourceInvariantUUID:e522310b-a2c3-4972-9f4d-a9d05ed11843 ResourceName:basic_vm ResourceType:VF ResourceUUID:7964cbfc-fc9f-4689-8a80-8f45e8325e0d 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:056cb4e2-5968-4dc8-a536-1a9c0888389a ArtifactChecksum:ZTdhZGFjMjIzY2Q3ZWVlYzZlYmYwZjcyYjJhZDc1MDU= 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:9e8d9a69-b013-48eb-9de8-156f6a49096d 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:653ec9a2-5f14-4d1c-931c-97b96b9ccd80 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:653ec9a2-5f14-4d1c-931c-97b96b9ccd80 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T06:36:17.626Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e63e422-9f55-45c0-9ae1-3a1bcac85fd5 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-05-31T06:36:17.655Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:36:17.655Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:36:17.655Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:36:17.656Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||Trying to download the artifact UUID: 3fa3096c-a068-40c7-80a7-2d44d5d33839 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-31T06:36:17.656Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:36:17.656Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-31T06:36:17.911Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:36:17.913Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3fa3096c-a068-40c7-80a7-2d44d5d33839 71077 2022-05-31T06:36:17.914Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-31T06:36:17.914Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-31T06:36:17.914Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:36:17.914Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:17.916Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:17.916Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978977914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:36:18.016Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:18.016Z||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-05-31T06:36:18.016Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:18.025Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:18.026Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:36:18.916Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:36:18.917Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:36:18.917Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||Trying to write artifact UUID: 3fa3096c-a068-40c7-80a7-2d44d5d33839, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-31T06:36:18.918Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-31T06:36:18.918Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-31T06:36:18.918Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-31T06:36:19.324Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11717438996356650524/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-05-31T06:36:20.222Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-05-31T06:36:20.222Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|WARN|500||#################################################################################################### 2022-05-31T06:36:20.222Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-31T06:36:20.222Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-31T06:36:20.222Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:20.223Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:20.223Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:20.223Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:20.223Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:20.223Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:20.223Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:20.223Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:20.223Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:20.223Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|WARN|500||#################################################################################################### 2022-05-31T06:36:20.224Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.224Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:20.224Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T06:36:20.224Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T06:36:20.224Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:36:20.224Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.225Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:20.225Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T06:36:20.225Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T06:36:20.225Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:36:20.225Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.225Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:20.226Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.226Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-31T06:36:20.226Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-31T06:36:20.226Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-31T06:36:20.226Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-31T06:36:20.226Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-31T06:36:20.227Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T06:36:20.227Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.227Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:36:20.227Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.227Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T06:36:20.227Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:36:20.228Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.228Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T06:36:20.228Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:36:20.228Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.228Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T06:36:20.228Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:36:20.229Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.229Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-31T06:36:20.229Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-31T06:36:20.229Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-31T06:36:20.229Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0504d84b-f15f-4824-b16f-0cb90ba4d587 2022-05-31T06:36:20.229Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.229Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:20.230Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.230Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:20.230Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.230Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:20.230Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:20.230Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:20.230Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:2e63e422-9f55-45c0-9ae1-3a1bcac85fd5 Model Version:NULL Model InvariantUuid:75ae5939-738b-42f4-9533-d5b67438c188 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d56bc6a8-6acf-49ac-81ea-453762fe0cc5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e522310b-a2c3-4972-9f4d-a9d05ed11843 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cbc5ca11-4ac7-4af7-90f7-3e19d605b7f8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:40b4fda5-5ce7-4c3a-8f2b-7e7189a12153 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:39a3f281-ca8a-4a4b-80f9-617d87488cbb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0504d84b-f15f-4824-b16f-0cb90ba4d587 ModelInvariantUuid:98670eca-9371-4154-a824-335f67809550 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:ed987440-7b6b-432a-8a9f-36081483281a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:33f2e201-b326-430e-932c-3bd6d4624bbf ModelInvariantUuid:3c957d11-8399-47b1-9cf8-8f87314c750c ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:7f6281a1-a476-437d-9919-768fa1d4dc47 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-05-31T06:36:20.234Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 7964cbfc-fc9f-4689-8a80-8f45e8325e0d 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-05-31T06:36:20.236Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||basic_vm 0 2022-05-31T06:36:20.236Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 7964cbfc-fc9f-4689-8a80-8f45e8325e0d 2022-05-31T06:36:20.236Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||Trying to download the artifact UUID: 056cb4e2-5968-4dc8-a536-1a9c0888389a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-31T06:36:20.236Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:36:20.237Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:20.325Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:36:20.326Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 056cb4e2-5968-4dc8-a536-1a9c0888389a 787 2022-05-31T06:36:20.326Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:20.326Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:20.326Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:36:20.326Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:20.328Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:20.328Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978980326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:36:20.428Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:20.429Z||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-05-31T06:36:20.429Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:20.437Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:20.437Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:36:21.328Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "40b4fda5-5ce7-4c3a-8f2b-7e7189a12153", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39a3f281-ca8a-4a4b-80f9-617d87488cbb", "vfModuleModelCustomizationUUID": "03c9e7d3-155e-423c-ada6-0ad078d34a3e", "isBase": true, "artifacts": [ "9e8d9a69-b013-48eb-9de8-156f6a49096d", "653ec9a2-5f14-4d1c-931c-97b96b9ccd80" ], "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-05-31T06:36:21.331Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39a3f281-ca8a-4a4b-80f9-617d87488cbb VfModuleModelInvariantUUID:40b4fda5-5ce7-4c3a-8f2b-7e7189a12153 VfModuleModelDescription:NULL Artifacts UUID List:{ 9e8d9a69-b013-48eb-9de8-156f6a49096d , 653ec9a2-5f14-4d1c-931c-97b96b9ccd80 } 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-05-31T06:36:21.332Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "40b4fda5-5ce7-4c3a-8f2b-7e7189a12153", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39a3f281-ca8a-4a4b-80f9-617d87488cbb", "vfModuleModelCustomizationUUID": "03c9e7d3-155e-423c-ada6-0ad078d34a3e", "isBase": true, "artifacts": [ "9e8d9a69-b013-48eb-9de8-156f6a49096d", "653ec9a2-5f14-4d1c-931c-97b96b9ccd80" ], "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-05-31T06:36:21.333Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39a3f281-ca8a-4a4b-80f9-617d87488cbb VfModuleModelInvariantUUID:40b4fda5-5ce7-4c3a-8f2b-7e7189a12153 VfModuleModelDescription:NULL Artifacts UUID List:{ 9e8d9a69-b013-48eb-9de8-156f6a49096d , 653ec9a2-5f14-4d1c-931c-97b96b9ccd80 } 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-05-31T06:36:21.333Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||Trying to download the artifact UUID: 9e8d9a69-b013-48eb-9de8-156f6a49096d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-31T06:36:21.333Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:36:21.333Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:21.423Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:36:21.423Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9e8d9a69-b013-48eb-9de8-156f6a49096d 5033 2022-05-31T06:36:21.424Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:21.424Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:21.424Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:36:21.424Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:21.425Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:21.425Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978981424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:36:21.525Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:21.526Z||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-05-31T06:36:21.526Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:21.536Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:21.536Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:36:22.426Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||Trying to download the artifact UUID: 653ec9a2-5f14-4d1c-931c-97b96b9ccd80 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-31T06:36:22.426Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:36:22.426Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:22.709Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:36:22.709Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 653ec9a2-5f14-4d1c-931c-97b96b9ccd80 903 2022-05-31T06:36:22.709Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:22.709Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:22.709Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:36:22.710Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:22.711Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:22.711Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978982709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:36:22.812Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T06:36:22.812Z||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-05-31T06:36:22.812Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:22.826Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:22.827Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:36:23.712Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Preparing to deploy Service: 2e63e422-9f55-45c0-9ae1-3a1bcac85fd5 2022-05-31T06:36:23.713Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7964cbfc-fc9f-4689-8a80-8f45e8325e0d 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-05-31T06:36:23.723Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58cd971, org.onap.sdc.toscaparser.api.parameters.Input@68b0f2f8, org.onap.sdc.toscaparser.api.parameters.Input@4abeb2a1, org.onap.sdc.toscaparser.api.parameters.Input@2cfe07be, org.onap.sdc.toscaparser.api.parameters.Input@4f5a1401] 2022-05-31T06:36:23.724Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.724Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:23.724Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||VF Category is: Generic 2022-05-31T06:36:23.724Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||VFCustomizationUUID= cbc5ca11-4ac7-4af7-90f7-3e19d605b7f8 2022-05-31T06:36:23.724Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cbc5ca11-4ac7-4af7-90f7-3e19d605b7f8 matches Tosca VF Customization UUID: cbc5ca11-4ac7-4af7-90f7-3e19d605b7f8 2022-05-31T06:36:23.724Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||vfCustomizationUUID: cbc5ca11-4ac7-4af7-90f7-3e19d605b7f8 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-05-31T06:36:23.726Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.726Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:23.726Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||resource request for resource customization id cbc5ca11-4ac7-4af7-90f7-3e19d605b7f8: {\"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-05-31T06:36:23.726Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4319aa80 2022-05-31T06:36:23.726Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.726Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:36:23.727Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 03c9e7d3-155e-423c-ada6-0ad078d34a3e 2022-05-31T06:36:23.727Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 03c9e7d3-155e-423c-ada6-0ad078d34a3e 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-05-31T06:36:23.728Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.728Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T06:36:23.728Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:36:23.728Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.728Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T06:36:23.729Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:36:23.729Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.729Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-31T06:36:23.729Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-31T06:36:23.729Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-31T06:36:23.729Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0504d84b-f15f-4824-b16f-0cb90ba4d587 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-05-31T06:36:23.730Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.730Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T06:36:23.730Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:36:23.731Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.731Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-31T06:36:23.731Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=cbc5ca11-4ac7-4af7-90f7-3e19d605b7f8 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-05-31T06:36:23.732Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.732Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:23.732Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500|| resourceSeq for service uuid 2e63e422-9f55-45c0-9ae1-3a1bcac85fd5: basic_vm 2022-05-31T06:36:23.732Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.732Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:23.732Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.732Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:23.732Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.732Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:23.733Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.733Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:23.733Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:36:23.733Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:36:23.733Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:23.781Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7964cbfc-fc9f-4689-8a80-8f45e8325e0d 1 ASDC deployResourceStructure 2022-05-31T06:36:23.781Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:23.781Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:23.781Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:36:23.782Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:23.783Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:23.783Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978983781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:36:23.883Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:23.884Z||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-05-31T06:36:23.884Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:23.892Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:23.892Z||pool-67-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:36:24.784Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:24.784Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:24.784Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:36:24.784Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:24.786Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:24.786Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978984783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:36:24.886Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:24.887Z||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-05-31T06:36:24.887Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:24.895Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:24.896Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:36:25.787Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:25.787Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|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-05-31T06:36:25.787Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:36:25.787Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:25.789Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:25.789Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978985787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-31T06:36:25.889Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:25.890Z||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-05-31T06:36:25.890Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:25.900Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:25.900Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:36:26.790Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-31T06:36:26.790Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-31T06:36:26.790Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:36:26.790Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:36:26.792Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:36:26.792Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978986789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:36:26.892Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:36:26.893Z||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-05-31T06:36:26.893Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:36:26.901Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:36:26.901Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:36:27.792Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:36:27.803Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:36:27.805Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:36:27.805Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:36:27.805Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:36:57.805Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:36:57.814Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:36:57.815Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:36:57.815Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:36:57.815Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:37:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:37:02.279Z||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-05-31T06:37:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:37:02.296Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:37:02.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:37:02.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978954042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:37:02.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:37:27.816Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:37:27.825Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:37:27.827Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:37:27.827Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:37:27.827Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:37:57.827Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:37:57.835Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:37:57.837Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:37:57.837Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:37:57.837Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:38:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:38:02.279Z||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-05-31T06:38:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:38:02.296Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:38:02.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:38:02.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "cds", "timestamp": 1653978959522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:38:02.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:38:02.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:38:02.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "multicloud-k8s-id", "timestamp": 1653978958708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:38:02.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:38:27.837Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:38:27.846Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:38:27.847Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:38:27.848Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:38:27.848Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:38:57.848Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:38:57.856Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:38:57.857Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:38:57.857Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:38:57.857Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:39:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:39:02.279Z||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-05-31T06:39:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:39:02.802Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:39:02.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "ves-openapi-manager", "timestamp": 1653978955908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "cds", "timestamp": 1653978959522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978954042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "multicloud-k8s-id", "timestamp": 1653978958708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978965245, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "aai-ml", "timestamp": 1653978965411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "ves-openapi-manager", "timestamp": 1653978955908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "cds", "timestamp": 1653978959522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978954042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "multicloud-k8s-id", "timestamp": 1653978958708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "aai-ml", "timestamp": 1653978965411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "ves-openapi-manager", "timestamp": 1653978955908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "cds", "timestamp": 1653978959522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978954042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "multicloud-k8s-id", "timestamp": 1653978958708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "aai-ml", "timestamp": 1653978965411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "ves-openapi-manager", "timestamp": 1653978955908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "cds", "timestamp": 1653978959522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978954042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "multicloud-k8s-id", "timestamp": 1653978958708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "aai-ml", "timestamp": 1653978965411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "ves-openapi-manager", "timestamp": 1653978955908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "cds", "timestamp": 1653978959522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978954042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "multicloud-k8s-id", "timestamp": 1653978958708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "aai-ml", "timestamp": 1653978965411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "ves-openapi-manager", "timestamp": 1653978955908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "cds", "timestamp": 1653978959522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978954042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "multicloud-k8s-id", "timestamp": 1653978958708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "aai-ml", "timestamp": 1653978965411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978971712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "multicloud-k8s-id", "timestamp": 1653978971743, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "cds", "timestamp": 1653978971849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "aai-ml", "timestamp": 1653978965411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "policy-id", "timestamp": 1653978971638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "cds", "timestamp": 1653978972853, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-31T06:39:02.818Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28bdd3f6-8336-4b66-b2b5-f212f9344476 2022-05-31T06:39:02.818Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:39:02.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "multicloud-k8s-id", "timestamp": 1653978972945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "aai-ml", "timestamp": 1653978973254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "policy-id", "timestamp": 1653978971638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978974047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "multicloud-k8s-id", "timestamp": 1653978974243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:39:02.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "policy-id", "timestamp": 1653978971638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T06:39:02.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-31T06:39:02.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653978975050, "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-05-31T06:39:02.833Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28bdd3f6-8336-4b66-b2b5-f212f9344476 2022-05-31T06:39:02.833Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:39:02.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "multicloud-k8s-id", "timestamp": 1653978975265, "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-05-31T06:39:02.845Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28bdd3f6-8336-4b66-b2b5-f212f9344476 2022-05-31T06:39:02.845Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:39:02.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "policy-id", "timestamp": 1653978971638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "multicloud-k8s-id", "timestamp": 1653978976268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:39:02.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "policy-id", "timestamp": 1653978971638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978966260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "policy-id", "timestamp": 1653978971638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978977914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "aai-ml", "timestamp": 1653978978281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "policy-id", "timestamp": 1653978971638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:39:02.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "aai-ml", "timestamp": 1653978979285, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T06:39:02.859Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 28bdd3f6-8336-4b66-b2b5-f212f9344476 2022-05-31T06:39:02.859Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:39:02.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "policy-id", "timestamp": 1653978979622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:39:02.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "clamp", "timestamp": 1653978979634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978980326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:39:02.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "policy-id", "timestamp": 1653978980626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:39:02.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "clamp", "timestamp": 1653978979634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:39:02.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978981424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:39:02.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "policy-id", "timestamp": 1653978981629, "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-05-31T06:39:02.872Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28bdd3f6-8336-4b66-b2b5-f212f9344476 2022-05-31T06:39:02.872Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:39:02.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "clamp", "timestamp": 1653978979634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978982709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:39:02.878Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "clamp", "timestamp": 1653978979634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978983781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "clamp", "timestamp": 1653978979634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978984783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "clamp", "timestamp": 1653978979634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978985787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "clamp", "timestamp": 1653978979634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653978986789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "clamp", "timestamp": 1653978990890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "clamp", "timestamp": 1653978992899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:39:02.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "clamp", "timestamp": 1653978993902, "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-05-31T06:39:02.884Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28bdd3f6-8336-4b66-b2b5-f212f9344476 2022-05-31T06:39:02.885Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:39:27.858Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:39:27.865Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:39:27.867Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:39:27.867Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T06:39:27.867Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T06:39:27.867Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T06:39:27.867Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T06:39:27.867Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T06:39:27.871Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T06:39:57.871Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 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-05-31T06:39:57.876Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28bdd3f6-8336-4b66-b2b5-f212f9344476 and serviceModelVersionId: 2e63e422-9f55-45c0-9ae1-3a1bcac85fd5 2022-05-31T06:39:57.877Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75ae5939-738b-42f4-9533-d5b67438c188 2022-05-31T06:39:57.877Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0 2022-05-31T06:39:57.880Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-05-31T06:39:57.914Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2373a199-f6e2-452d-af14-fa670dab8807/model-vers/model-ver/e25e5d3e-e39b-46c8-808d-8b0b03b02c74?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?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-05-31T06:39:57.914Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Invoke 2022-05-31T06:39:59.442Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?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-05-31T06:39:59.442Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Invoke 2022-05-31T06:40:00.974Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?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-05-31T06:40:00.975Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Invoke 2022-05-31T06:40:02.008Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:40:02.009Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T06:40:02.009Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:40:02.010Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T06:40:02.014Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:40:02.014Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28bdd3f6-8336-4b66-b2b5-f212f9344476 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:40:02.015Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T06:40:02.015Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:40:02.017Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:40:02.017Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979202015, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:40:02.117Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:40:02.118Z||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-05-31T06:40:02.118Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:40:02.130Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:40:02.130Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:40:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:40:02.279Z||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-05-31T06:40:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:40:02.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:40:02.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:40:02.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "28bdd3f6-8336-4b66-b2b5-f212f9344476", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979202015, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:40:02.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:40:03.029Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:40:03.030Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:40:03.030Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:40:13.260Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:40:13.261Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:40:13.261Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:40:13.261Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:40:22.798Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:40:22.799Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:40:22.799Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:40:22.799Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:40:32.332Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:40:32.333Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:40:32.333Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:40:32.333Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:40:41.862Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:40:41.862Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:40:41.863Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:40:41.863Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:40:51.395Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:40:51.395Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:40:51.396Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:40:51.396Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:00.281Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:00.282Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||received message from topic 2022-05-31T06:41:00.282Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f103b653-3961-4c03-9605-c0767110f512","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"75017c7e-843d-4102-8a1c-bd7a2dc175e7","serviceDescription":"service","serviceInvariantUUID":"14bdd257-1952-413d-8b3b-fb1b1ad29f86","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fc162e93-4b77-4aa7-a685-ee9cb5548fac","resourceInvariantUUID":"c47fd1cc-93be-4ea1-9930-a75fea8ed1b6","resourceCustomizationUUID":"ec2395a3-1564-482f-8cb3-eaec6ef75cc4","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":"ZWUxMTU5YmUyNzExNTk0M2Q3ZTcyZWJhZmIzNGNlNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aed1891e-0386-444d-b282-591093f65303","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":"c9f93fae-3fe0-4424-84fe-97ca4e5801fa","artifactVersion":"2","generatedFromUUID":"cdc9213c-868b-48e0-ab51-cfad8056f26a"},{"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":"cdc9213c-868b-48e0-ab51-cfad8056f26a","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":"YWU4ZjFmZjVlOGY0OGI3NDA2YmNiMzZkYjM4ZmU5NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8d431016-1fcb-41a5-899d-2ce26146d7ea","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":"767aa92b-a235-4369-b587-7ba72f430ea4","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":"4e3e9113-6fd2-4572-9fc7-04524ba45310","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":"5116f240-7f50-4249-a97c-5cc43b55e736","artifactVersion":"2","generatedFromUUID":"767aa92b-a235-4369-b587-7ba72f430ea4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODI2YzZiYmFlMWE0MDU2NDgyNzcxNDg4OTAyNjc1ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62942b91-a389-40aa-9d9e-e0ec1f257900","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzIxYjQyOTg1ZDlmYzFkOTliMDdlNmY1M2JiOGY2ZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"606b846b-0a3a-4c77-a717-2537b890bdeb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T06:41:00.283Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:41:00.283Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:00.285Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:00.285Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:00.385Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:00.386Z||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-05-31T06:41:00.386Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:00.402Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:00.402Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:01.286Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:41:01.286Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:01.288Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:01.288Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-31T06:41:01.388Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:01.389Z||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-05-31T06:41:01.389Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:01.399Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:01.399Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:41:02.279Z||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-05-31T06:41:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:02.288Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:41:02.289Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:02.290Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:02.290Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-31T06:41:02.391Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:02.392Z||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-05-31T06:41:02.392Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:02.401Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:02.401Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:02.408Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:02.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:41:02.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:02.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:41:02.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:41:02.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979258708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:02.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:41:02.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:41:02.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "ves-openapi-manager", "timestamp": 1653979255908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:02.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:41:02.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:41:02.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979254042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:02.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:41:02.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:41:02.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "cds", "timestamp": 1653979259522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:02.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:41:02.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:41:02.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "policy-id", "timestamp": 1653979251638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:02.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:41:02.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:41:02.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-31T06:41:02.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:41:02.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:41:02.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "ves-openapi-manager", "timestamp": 1653979255908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:02.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:41:02.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:41:02.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979258708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-31T06:41:02.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:41:02.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:41:02.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979254042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:02.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:41:02.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:41:02.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "cds", "timestamp": 1653979259522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:02.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:41:02.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:41:02.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "policy-id", "timestamp": 1653979251638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:02.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:41:03.291Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:41:03.292Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:03.293Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:03.294Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:41:03.394Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:03.394Z||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-05-31T06:41:03.394Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:03.404Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:03.404Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:04.294Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:41:04.294Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:04.296Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:04.296Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-31T06:41:04.396Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:04.396Z||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-05-31T06:41:04.397Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:04.406Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:04.406Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:05.296Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:41:05.297Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:05.298Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:05.299Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:05.399Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:05.399Z||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-05-31T06:41:05.400Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:05.412Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:05.412Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:06.299Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:41:06.300Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:06.301Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:06.301Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-31T06:41:06.401Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:06.402Z||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-05-31T06:41:06.402Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:06.412Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:06.413Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:41:07.302Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:41:07.302Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:07.304Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:07.304Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:41:07.404Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:07.404Z||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-05-31T06:41:07.405Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:07.413Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:07.413Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:41:08.304Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:41:08.305Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:08.306Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:08.306Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:41:08.406Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:08.407Z||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-05-31T06:41:08.407Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:08.416Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:08.416Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:09.307Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||sending notification to client: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "75017c7e-843d-4102-8a1c-bd7a2dc175e7", "serviceDescription": "service", "serviceInvariantUUID": "14bdd257-1952-413d-8b3b-fb1b1ad29f86", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "ec2395a3-1564-482f-8cb3-eaec6ef75cc4", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fc162e93-4b77-4aa7-a685-ee9cb5548fac", "resourceInvariantUUID": "c47fd1cc-93be-4ea1-9930-a75fea8ed1b6", "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": "c9f93fae-3fe0-4424-84fe-97ca4e5801fa", "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": "cdc9213c-868b-48e0-ab51-cfad8056f26a", "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": "YWU4ZjFmZjVlOGY0OGI3NDA2YmNiMzZkYjM4ZmU5NTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8d431016-1fcb-41a5-899d-2ce26146d7ea", "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": "767aa92b-a235-4369-b587-7ba72f430ea4", "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": "5116f240-7f50-4249-a97c-5cc43b55e736", "generatedFromUUID": "767aa92b-a235-4369-b587-7ba72f430ea4" }, "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": "5116f240-7f50-4249-a97c-5cc43b55e736", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MzIxYjQyOTg1ZDlmYzFkOTliMDdlNmY1M2JiOGY2ZDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "606b846b-0a3a-4c77-a717-2537b890bdeb" } ], "workloadContext": "Production" } 2022-05-31T06:41:09.307Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T06:41:09.307Z|28bdd3f6-8336-4b66-b2b5-f212f9344476|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 75017c7e-843d-4102-8a1c-bd7a2dc175e7 ASDC 2022-05-31T06:41:09.308Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||ASDC Notification: DistributionID:f103b653-3961-4c03-9605-c0767110f512 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:75017c7e-843d-4102-8a1c-bd7a2dc175e7 ServiceInvariantUUID:14bdd257-1952-413d-8b3b-fb1b1ad29f86 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:606b846b-0a3a-4c77-a717-2537b890bdeb ArtifactChecksum:MzIxYjQyOTg1ZDlmYzFkOTliMDdlNmY1M2JiOGY2ZDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:ec2395a3-1564-482f-8cb3-eaec6ef75cc4 ResourceInvariantUUID:c47fd1cc-93be-4ea1-9930-a75fea8ed1b6 ResourceName:basic_cnf ResourceType:VF ResourceUUID:fc162e93-4b77-4aa7-a685-ee9cb5548fac 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:c9f93fae-3fe0-4424-84fe-97ca4e5801fa 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:cdc9213c-868b-48e0-ab51-cfad8056f26a 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:8d431016-1fcb-41a5-899d-2ce26146d7ea ArtifactChecksum:YWU4ZjFmZjVlOGY0OGI3NDA2YmNiMzZkYjM4ZmU5NTg= 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:767aa92b-a235-4369-b587-7ba72f430ea4 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:5116f240-7f50-4249-a97c-5cc43b55e736 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:5116f240-7f50-4249-a97c-5cc43b55e736 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T06:41:09.308Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 75017c7e-843d-4102-8a1c-bd7a2dc175e7 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-05-31T06:41:09.332Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:41:09.333Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:41:09.333Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:41:09.333Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Trying to download the artifact UUID: 606b846b-0a3a-4c77-a717-2537b890bdeb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-31T06:41:09.333Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:41:09.333Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-31T06:41:10.144Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:41:10.146Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 606b846b-0a3a-4c77-a717-2537b890bdeb 68948 2022-05-31T06:41:10.147Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-31T06:41:10.147Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-31T06:41:10.147Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:41:10.147Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:10.148Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:10.149Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979270147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:41:10.249Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:10.249Z||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-05-31T06:41:10.249Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:10.259Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:10.259Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:11.149Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:41:11.150Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:41:11.150Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Trying to write artifact UUID: 606b846b-0a3a-4c77-a717-2537b890bdeb, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-31T06:41:11.178Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-31T06:41:11.179Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-31T06:41:11.180Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-31T06:41:11.277Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5269723274692726299/Definitions/service-BasicCnf-template.yml 2022-05-31T06:41:12.071Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-05-31T06:41:12.071Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|WARN|500||#################################################################################################### 2022-05-31T06:41:12.071Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-31T06:41:12.071Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-31T06:41:12.071Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:12.071Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:12.072Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:12.072Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:12.072Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|WARN|500||#################################################################################################### 2022-05-31T06:41:12.072Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.072Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:12.072Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T06:41:12.072Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T06:41:12.072Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:41:12.072Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.072Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:12.072Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template dummy is not matching search criteria 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.073Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T06:41:12.074Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:41:12.074Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.074Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T06:41:12.074Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:41:12.074Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.074Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T06:41:12.074Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:41:12.074Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.075Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-31T06:41:12.075Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-31T06:41:12.075Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0482b8bf-3dd6-4cbb-97b1-9351c2e2058a 2022-05-31T06:41:12.075Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.075Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:12.075Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.075Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:12.075Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.075Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:12.075Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:12.075Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:12.075Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:75017c7e-843d-4102-8a1c-bd7a2dc175e7 Model Version:NULL Model InvariantUuid:14bdd257-1952-413d-8b3b-fb1b1ad29f86 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:8328492e-75e6-4ccd-a717-f2fa4f2bdf30 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c47fd1cc-93be-4ea1-9930-a75fea8ed1b6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ec2395a3-1564-482f-8cb3-eaec6ef75cc4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a6e37c43-6c0f-46fa-808a-b2c6458a2428 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:b2c59259-db7a-4c5e-82aa-24ae7986c000 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0482b8bf-3dd6-4cbb-97b1-9351c2e2058a ModelInvariantUuid:b5d16378-706b-40b7-8cd7-c6f092720077 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:2a21a78e-0274-4060-b01d-f0499b38af94 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:24cebb9d-1f0a-4015-8f22-b62c51d31d9e ModelInvariantUuid:a4a907be-41fa-456c-ac9b-18282d9d5b7b ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:aadd5d1d-cfc0-48a8-89a0-c575badeffd1 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-05-31T06:41:12.081Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: fc162e93-4b77-4aa7-a685-ee9cb5548fac 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-05-31T06:41:12.083Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||basic_cnf 0 2022-05-31T06:41:12.083Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: fc162e93-4b77-4aa7-a685-ee9cb5548fac 2022-05-31T06:41:12.083Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Trying to download the artifact UUID: c9f93fae-3fe0-4424-84fe-97ca4e5801fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-31T06:41:12.084Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:41:12.084Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:12.399Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:41:12.399Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c9f93fae-3fe0-4424-84fe-97ca4e5801fa 12 2022-05-31T06:41:12.399Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:12.400Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:12.400Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:41:12.400Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:12.401Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:12.401Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979272399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:41:12.501Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:12.502Z||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-05-31T06:41:12.502Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:12.511Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:12.512Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:41:13.402Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Trying to download the artifact UUID: cdc9213c-868b-48e0-ab51-cfad8056f26a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-31T06:41:13.402Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:41:13.402Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:13.656Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:41:13.657Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cdc9213c-868b-48e0-ab51-cfad8056f26a 2688 2022-05-31T06:41:13.657Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:13.657Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:13.657Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:41:13.657Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:13.659Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:13.659Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979273657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-31T06:41:13.759Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:13.759Z||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-05-31T06:41:13.760Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:13.768Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:13.768Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:14.660Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Trying to download the artifact UUID: 8d431016-1fcb-41a5-899d-2ce26146d7ea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-31T06:41:14.660Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:41:14.660Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:14.862Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:41:14.862Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8d431016-1fcb-41a5-899d-2ce26146d7ea 828 2022-05-31T06:41:14.862Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:14.863Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:14.863Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:41:14.863Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:14.864Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:14.864Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979274862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:41:14.964Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:14.965Z||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-05-31T06:41:14.965Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:14.974Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:14.974Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:15.864Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a6e37c43-6c0f-46fa-808a-b2c6458a2428", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b2c59259-db7a-4c5e-82aa-24ae7986c000", "vfModuleModelCustomizationUUID": "57cfca82-9660-4d96-8236-656ba3f5c991", "isBase": true, "artifacts": [ "cdc9213c-868b-48e0-ab51-cfad8056f26a", "767aa92b-a235-4369-b587-7ba72f430ea4", "5116f240-7f50-4249-a97c-5cc43b55e736" ], "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-05-31T06:41:15.867Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b2c59259-db7a-4c5e-82aa-24ae7986c000 VfModuleModelInvariantUUID:a6e37c43-6c0f-46fa-808a-b2c6458a2428 VfModuleModelDescription:NULL Artifacts UUID List:{ cdc9213c-868b-48e0-ab51-cfad8056f26a , 767aa92b-a235-4369-b587-7ba72f430ea4 , 5116f240-7f50-4249-a97c-5cc43b55e736 } 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-05-31T06:41:15.868Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a6e37c43-6c0f-46fa-808a-b2c6458a2428", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b2c59259-db7a-4c5e-82aa-24ae7986c000", "vfModuleModelCustomizationUUID": "57cfca82-9660-4d96-8236-656ba3f5c991", "isBase": true, "artifacts": [ "cdc9213c-868b-48e0-ab51-cfad8056f26a", "767aa92b-a235-4369-b587-7ba72f430ea4", "5116f240-7f50-4249-a97c-5cc43b55e736" ], "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-05-31T06:41:15.868Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b2c59259-db7a-4c5e-82aa-24ae7986c000 VfModuleModelInvariantUUID:a6e37c43-6c0f-46fa-808a-b2c6458a2428 VfModuleModelDescription:NULL Artifacts UUID List:{ cdc9213c-868b-48e0-ab51-cfad8056f26a , 767aa92b-a235-4369-b587-7ba72f430ea4 , 5116f240-7f50-4249-a97c-5cc43b55e736 } 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-05-31T06:41:15.868Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Trying to download the artifact UUID: 767aa92b-a235-4369-b587-7ba72f430ea4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-31T06:41:15.868Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:41:15.868Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:15.945Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:41:15.946Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 767aa92b-a235-4369-b587-7ba72f430ea4 1164 2022-05-31T06:41:15.946Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:15.946Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:15.946Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:41:15.946Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:15.947Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:15.947Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979275946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:41:16.047Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:16.048Z||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-05-31T06:41:16.048Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:16.057Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:16.057Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:41:16.948Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||Trying to download the artifact UUID: 5116f240-7f50-4249-a97c-5cc43b55e736 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-31T06:41:16.948Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:41:16.948Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:17.311Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:41:17.311Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5116f240-7f50-4249-a97c-5cc43b55e736 200 2022-05-31T06:41:17.311Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:17.312Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:17.312Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:41:17.312Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:17.314Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:17.314Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979277311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:41:17.414Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:17.414Z||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-05-31T06:41:17.414Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:17.423Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:17.423Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:18.314Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Preparing to deploy Service: 75017c7e-843d-4102-8a1c-bd7a2dc175e7 2022-05-31T06:41:18.315Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 fc162e93-4b77-4aa7-a685-ee9cb5548fac 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=? 2022-05-31T06:41:18.323Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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 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-05-31T06:41:18.328Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4952f4b8, org.onap.sdc.toscaparser.api.parameters.Input@4a2ad66d, org.onap.sdc.toscaparser.api.parameters.Input@5a3e5a18, org.onap.sdc.toscaparser.api.parameters.Input@62828a61, org.onap.sdc.toscaparser.api.parameters.Input@3cab45bd] 2022-05-31T06:41:18.329Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.329Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:18.329Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||VF Category is: Generic 2022-05-31T06:41:18.329Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||VFCustomizationUUID= ec2395a3-1564-482f-8cb3-eaec6ef75cc4 2022-05-31T06:41:18.329Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec2395a3-1564-482f-8cb3-eaec6ef75cc4 matches Tosca VF Customization UUID: ec2395a3-1564-482f-8cb3-eaec6ef75cc4 2022-05-31T06:41:18.329Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||vfCustomizationUUID: ec2395a3-1564-482f-8cb3-eaec6ef75cc4 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-05-31T06:41:18.330Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.331Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:18.331Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||resource request for resource customization id ec2395a3-1564-482f-8cb3-eaec6ef75cc4: {\"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-05-31T06:41:18.331Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e4f5782 2022-05-31T06:41:18.331Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.331Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:41:18.331Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 57cfca82-9660-4d96-8236-656ba3f5c991 2022-05-31T06:41:18.331Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 57cfca82-9660-4d96-8236-656ba3f5c991 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-05-31T06:41:18.333Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.333Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T06:41:18.333Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:41:18.333Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.333Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T06:41:18.333Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:41:18.334Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.334Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-31T06:41:18.334Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-31T06:41:18.334Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0482b8bf-3dd6-4cbb-97b1-9351c2e2058a 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-05-31T06:41:18.335Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.335Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T06:41:18.335Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:41:18.335Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.335Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-31T06:41:18.336Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ec2395a3-1564-482f-8cb3-eaec6ef75cc4 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-05-31T06:41:18.337Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.337Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:18.337Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500|| resourceSeq for service uuid 75017c7e-843d-4102-8a1c-bd7a2dc175e7: basic_cnf 2022-05-31T06:41:18.337Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.337Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:18.337Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.337Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:18.337Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.338Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:18.338Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.338Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:18.338Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:41:18.338Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:41:18.338Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:18.380Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf fc162e93-4b77-4aa7-a685-ee9cb5548fac 1 ASDC deployResourceStructure 2022-05-31T06:41:18.381Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:18.381Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:18.381Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-31T06:41:18.381Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:18.382Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:18.383Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979278380, "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-05-31T06:41:18.483Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:18.484Z||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-05-31T06:41:18.484Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:18.493Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:18.494Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:19.383Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:19.384Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:19.384Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-31T06:41:19.384Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:19.385Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:19.385Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979279383, "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-05-31T06:41:19.486Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T06:41:19.486Z||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-05-31T06:41:19.486Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:19.495Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:19.495Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:20.386Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:20.387Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:20.387Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:41:20.387Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:20.388Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:20.389Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979280386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:41:20.489Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:20.489Z||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-05-31T06:41:20.489Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:20.498Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:20.498Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:21.389Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:21.390Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:21.390Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:41:21.390Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:21.391Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:21.391Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979281389, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:41:21.491Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:21.492Z||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-05-31T06:41:21.492Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:21.501Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:21.501Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:22.392Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:22.393Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|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-05-31T06:41:22.393Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:41:22.393Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:22.394Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:22.394Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979282392, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-31T06:41:22.494Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:22.495Z||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-05-31T06:41:22.495Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:22.506Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:22.506Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:41:23.395Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-31T06:41:23.395Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-31T06:41:23.395Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:41:23.396Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:41:23.397Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:41:23.397Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979283395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:41:23.497Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:41:23.498Z||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-05-31T06:41:23.498Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:41:23.507Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:41:23.507Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:41:24.398Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:41:24.408Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:41:24.409Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:41:24.409Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:41:24.409Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:41:54.410Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:41:54.419Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:41:54.421Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:41:54.421Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:41:54.421Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:42:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:42:02.279Z||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-05-31T06:42:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:42:02.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:42:02.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:42:02.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-31T06:42:02.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:42:24.421Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:42:24.431Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:42:24.433Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:42:24.433Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:42:24.433Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:42:54.434Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:42:54.442Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:42:54.443Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:42:54.443Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:42:54.443Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:43:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:43:02.279Z||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-05-31T06:43:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:43:02.296Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:43:02.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:43:02.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "ves-openapi-manager", "timestamp": 1653979255908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T06:43:02.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:43:24.443Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:43:24.454Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:43:24.455Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:43:24.455Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:43:24.455Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:43:54.455Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:43:54.464Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:43:54.466Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:43:54.466Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T06:43:54.466Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T06:44:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:44:02.279Z||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-05-31T06:44:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:44:02.293Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:44:02.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979258708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-31T06:44:02.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "cds", "timestamp": 1653979259522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.302Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979254042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "policy-id", "timestamp": 1653979251638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979258708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "ves-openapi-manager", "timestamp": 1653979255908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "cds", "timestamp": 1653979259522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979254042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "policy-id", "timestamp": 1653979251638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "ves-openapi-manager", "timestamp": 1653979255908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979258708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "cds", "timestamp": 1653979259522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979254042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "policy-id", "timestamp": 1653979251638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-31T06:44:02.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "ves-openapi-manager", "timestamp": 1653979255908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979258708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "cds", "timestamp": 1653979259522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979254042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "policy-id", "timestamp": 1653979251638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "aai-ml", "timestamp": 1653979265411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979258708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "ves-openapi-manager", "timestamp": 1653979255908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "cds", "timestamp": 1653979259522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979254042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "policy-id", "timestamp": 1653979251638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "aai-ml", "timestamp": 1653979265411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979258708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "ves-openapi-manager", "timestamp": 1653979255908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "cds", "timestamp": 1653979259522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979254042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "policy-id", "timestamp": 1653979251638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "aai-ml", "timestamp": 1653979265411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979251395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979258708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "ves-openapi-manager", "timestamp": 1653979255908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "cds", "timestamp": 1653979259522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979254042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "policy-id", "timestamp": 1653979251638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "aai-ml", "timestamp": 1653979265411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979269955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979269999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "policy-id", "timestamp": 1653979270008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "aai-ml", "timestamp": 1653979265411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "cds", "timestamp": 1653979270110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979270147, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "policy-id", "timestamp": 1653979271013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:44:02.312Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "aai-ml", "timestamp": 1653979265411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "cds", "timestamp": 1653979271116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-31T06:44:02.319Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f103b653-3961-4c03-9605-c0767110f512 2022-05-31T06:44:02.319Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:44:02.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979271344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979272006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:44:02.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "policy-id", "timestamp": 1653979272016, "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-05-31T06:44:02.333Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f103b653-3961-4c03-9605-c0767110f512 2022-05-31T06:44:02.333Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:44:02.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "aai-ml", "timestamp": 1653979265411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979272399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979272799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979273010, "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-05-31T06:44:02.346Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f103b653-3961-4c03-9605-c0767110f512 2022-05-31T06:44:02.346Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:44:02.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "aai-ml", "timestamp": 1653979265411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979273657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.353Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979274049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "aai-ml", "timestamp": 1653979265411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979274862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979275087, "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-05-31T06:44:02.357Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f103b653-3961-4c03-9605-c0767110f512 2022-05-31T06:44:02.358Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:44:02.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "aai-ml", "timestamp": 1653979275253, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979275946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "multicloud-k8s-id", "timestamp": 1653979276089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:44:02.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979277311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979278380, "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-05-31T06:44:02.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979279383, "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-05-31T06:44:02.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "clamp", "timestamp": 1653979279634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979280386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "aai-ml", "timestamp": 1653979280778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "clamp", "timestamp": 1653979279634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979281389, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:44:02.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "aai-ml", "timestamp": 1653979281782, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T06:44:02.366Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f103b653-3961-4c03-9605-c0767110f512 2022-05-31T06:44:02.366Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:44:02.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "clamp", "timestamp": 1653979279634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979282392, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-31T06:44:02.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "clamp", "timestamp": 1653979279634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-31T06:44:02.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979283395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:44:02.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "clamp", "timestamp": 1653979279634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "ves-openapi-manager", "timestamp": 1653979275908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "cds", "timestamp": 1653979274522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "multicloud-k8s-id", "timestamp": 1653979278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979284042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "clamp", "timestamp": 1653979279634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "ves-openapi-manager", "timestamp": 1653979275908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "multicloud-k8s-id", "timestamp": 1653979278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "NOTIFIED" } 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "cds", "timestamp": 1653979274522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979284042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "clamp", "timestamp": 1653979279634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "ves-openapi-manager", "timestamp": 1653979275908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "multicloud-k8s-id", "timestamp": 1653979278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "cds", "timestamp": 1653979274522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979284042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "clamp", "timestamp": 1653979279634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "ves-openapi-manager", "timestamp": 1653979275908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "multicloud-k8s-id", "timestamp": 1653979278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "cds", "timestamp": 1653979274522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979284042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "clamp", "timestamp": 1653979279634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "ves-openapi-manager", "timestamp": 1653979275908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "multicloud-k8s-id", "timestamp": 1653979278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "cds", "timestamp": 1653979274522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979284042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "ves-openapi-manager", "timestamp": 1653979275908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "multicloud-k8s-id", "timestamp": 1653979278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "cds", "timestamp": 1653979274522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979284042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "ves-openapi-manager", "timestamp": 1653979275908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "multicloud-k8s-id", "timestamp": 1653979278708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "cds", "timestamp": 1653979274522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979284042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "multicloud-k8s-id", "timestamp": 1653979291630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "cds", "timestamp": 1653979291642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979291750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "policy-id", "timestamp": 1653979291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "cds", "timestamp": 1653979292647, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-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-05-31T06:44:02.387Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc2a48d4-ebd7-4169-9687-05702618e971 2022-05-31T06:44:02.387Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2a48d4-ebd7-4169-9687-05702618e971 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-05-31T06:44:02.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "multicloud-k8s-id", "timestamp": 1653979292813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "policy-id", "timestamp": 1653979291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "multicloud-k8s-id", "timestamp": 1653979294103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "policy-id", "timestamp": 1653979291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:44:02.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979294916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:44:02.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "multicloud-k8s-id", "timestamp": 1653979295122, "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-05-31T06:44:02.397Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc2a48d4-ebd7-4169-9687-05702618e971 2022-05-31T06:44:02.397Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2a48d4-ebd7-4169-9687-05702618e971 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-05-31T06:44:02.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "policy-id", "timestamp": 1653979291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979295919, "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-05-31T06:44:02.408Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc2a48d4-ebd7-4169-9687-05702618e971 2022-05-31T06:44:02.408Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2a48d4-ebd7-4169-9687-05702618e971 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-05-31T06:44:02.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "aai-ml", "timestamp": 1653979295411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "multicloud-k8s-id", "timestamp": 1653979296124, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "policy-id", "timestamp": 1653979291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "aai-ml", "timestamp": 1653979295411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "policy-id", "timestamp": 1653979291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "aai-ml", "timestamp": 1653979295411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "policy-id", "timestamp": 1653979291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "clamp", "timestamp": 1653979298943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "aai-ml", "timestamp": 1653979295411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "policy-id", "timestamp": 1653979299467, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "aai-ml", "timestamp": 1653979295411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "policy-id", "timestamp": 1653979300470, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:44:02.416Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "clamp", "timestamp": 1653979300952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:44:02.417Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "aai-ml", "timestamp": 1653979295411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "policy-id", "timestamp": 1653979301472, "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-05-31T06:44:02.420Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc2a48d4-ebd7-4169-9687-05702618e971 2022-05-31T06:44:02.420Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2a48d4-ebd7-4169-9687-05702618e971 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-05-31T06:44:02.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "clamp", "timestamp": 1653979301956, "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-05-31T06:44:02.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f103b653-3961-4c03-9605-c0767110f512 2022-05-31T06:44:02.428Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:44:02.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "aai-ml", "timestamp": 1653979295411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "aai-ml", "timestamp": 1653979303260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "clamp", "timestamp": 1653979309634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "aai-ml", "timestamp": 1653979311049, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "clamp", "timestamp": 1653979309634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "NOTIFIED" } 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "aai-ml", "timestamp": 1653979312052, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T06:44:02.437Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dc2a48d4-ebd7-4169-9687-05702618e971 2022-05-31T06:44:02.437Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2a48d4-ebd7-4169-9687-05702618e971 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-05-31T06:44:02.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "clamp", "timestamp": 1653979309634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "clamp", "timestamp": 1653979309634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "clamp", "timestamp": 1653979309634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "clamp", "timestamp": 1653979309634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:44:02.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:02.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:44:02.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "clamp", "timestamp": 1653979309634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:44:02.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-31T06:44:24.466Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:44:24.477Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:44:24.479Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:44:24.479Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T06:44:24.479Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T06:44:24.479Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T06:44:24.479Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T06:44:24.479Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T06:44:24.483Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T06:44:54.484Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f103b653-3961-4c03-9605-c0767110f512 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-05-31T06:44:54.491Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f103b653-3961-4c03-9605-c0767110f512 and serviceModelVersionId: 75017c7e-843d-4102-8a1c-bd7a2dc175e7 2022-05-31T06:44:54.491Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14bdd257-1952-413d-8b3b-fb1b1ad29f86 2022-05-31T06:44:54.491Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0 2022-05-31T06:44:54.494Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ae5939-738b-42f4-9533-d5b67438c188/model-vers/model-ver/2e63e422-9f55-45c0-9ae1-3a1bcac85fd5?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-05-31T06:44:54.523Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||Invoke 2022-05-31T06:44:54.523Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f103b653-3961-4c03-9605-c0767110f512], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[16104c83-7a39-42a7-a451-4c93b532029b], X-ECOMP-RequestID=[f103b653-3961-4c03-9605-c0767110f512], X-TransactionId=[], X-ONAP-RequestID=[f103b653-3961-4c03-9605-c0767110f512], Content-Type=[application/merge-patch+json]} 2022-05-31T06:44:56.046Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||Invoke 2022-05-31T06:44:56.046Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f103b653-3961-4c03-9605-c0767110f512], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[50cf8c87-fe32-4615-92cc-832cfecccf5f], X-ECOMP-RequestID=[f103b653-3961-4c03-9605-c0767110f512], X-TransactionId=[], X-ONAP-RequestID=[f103b653-3961-4c03-9605-c0767110f512], Content-Type=[application/merge-patch+json]} 2022-05-31T06:44:57.582Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||Invoke 2022-05-31T06:44:57.583Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f103b653-3961-4c03-9605-c0767110f512], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90266d91-e8b9-45d7-a40f-c57c2cbebb35], X-ECOMP-RequestID=[f103b653-3961-4c03-9605-c0767110f512], X-TransactionId=[], X-ONAP-RequestID=[f103b653-3961-4c03-9605-c0767110f512], Content-Type=[application/merge-patch+json]} 2022-05-31T06:44:58.616Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:44:58.617Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T06:44:58.618Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:44:58.618Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T06:44:58.623Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|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-05-31T06:44:58.623Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f103b653-3961-4c03-9605-c0767110f512 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:44:58.623Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T06:44:58.623Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:44:58.624Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:44:58.625Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979498623, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:44:58.725Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:44:58.725Z||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-05-31T06:44:58.725Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:44:58.735Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:44:58.735Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 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-05-31T06:44:59.637Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:44:59.638Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:44:59.638Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:45:02.279Z||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-05-31T06:45:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:02.297Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:02.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:45:02.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "clamp", "timestamp": 1653979324947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:45:02.298Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:45:02.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:45:02.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "clamp", "timestamp": 1653979326955, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:45:02.298Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:45:02.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:45:02.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "clamp", "timestamp": 1653979327958, "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-05-31T06:45:02.305Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc2a48d4-ebd7-4169-9687-05702618e971 2022-05-31T06:45:02.305Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2a48d4-ebd7-4169-9687-05702618e971 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-05-31T06:45:03.986Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:03.987Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||received message from topic 2022-05-31T06:45:03.987Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"dc2a48d4-ebd7-4169-9687-05702618e971","serviceName":"vFW 2022-05-31 06-39-57","serviceVersion":"1.0","serviceUUID":"b596034a-a066-4635-8003-e86b8ca4070b","serviceDescription":"catalog service description","serviceInvariantUUID":"805771e3-382e-4f62-beee-f7a3699d796b","resources":[{"resourceInstanceName":"vFW 9faa559b-d766 0","resourceName":"vFW 9faa559b-d766","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ce5b56f-4f03-4310-951a-d2fb8a137dba","resourceInvariantUUID":"0af07e5e-eae5-474f-83db-f77f0a21c06f","resourceCustomizationUUID":"a77d41b1-9ca2-4288-9c50-f372946a7862","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vf-license-model.xml","artifactChecksum":"YzM3NmE3ODM3Y2NmMDU4YmM4ZjlmZjRlM2Y0ZGUzYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"75b362e8-9703-4020-a3cb-47bf12ed741d","artifactVersion":"1"},{"artifactName":"vfw9faa559bd7660_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json","artifactChecksum":"MTA0NjM2NWNjMGE1MDA5YjUxNDhlYzc0MzZlNDk0N2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be967f1a-f5b0-4d47-abd5-ed0a462a48e0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c7b52668-d19d-4359-8482-c2adf233f185","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vendor-license-model.xml","artifactChecksum":"OGNhMWVlMzY1NzQyZWM0MWIyODRkMzJhNjQzYjRkODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"03a3e774-2100-44eb-98e9-6ed93ca5e2bb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"51847b86-90ca-4125-87a0-38c7e1cf3373","artifactVersion":"2","generatedFromUUID":"c7b52668-d19d-4359-8482-c2adf233f185"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531063957-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-template.yml","artifactChecksum":"MDVhOTBjNzA5NjRhYzQ5NzYxODcyZDczNjZiYWEzZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7bdd4e7-c94c-48aa-af5f-b0a142980c7c","artifactVersion":"1"},{"artifactName":"service-Vfw20220531063957-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar","artifactChecksum":"ZTZmZDBhNDYxM2QwMTUyNmExNGY0YzYwNTg3ZDhhYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f57ce9d5-5028-44b6-8b3f-6fb6b5f88dc6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T06:45:03.988Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:45:03.988Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:03.989Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:03.990Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:45:04.090Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:04.090Z||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-05-31T06:45:04.090Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:04.100Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:04.100Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:04.990Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:45:04.991Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:04.992Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:04.992Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "NOTIFIED" } 2022-05-31T06:45:05.092Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:05.092Z||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-05-31T06:45:05.093Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:05.102Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:05.102Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:05.992Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:45:05.992Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:05.994Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:05.994Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:45:06.094Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:06.095Z||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-05-31T06:45:06.095Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:06.104Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:06.104Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:06.994Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:45:06.995Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:06.997Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:06.997Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:45:07.097Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:07.098Z||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-05-31T06:45:07.098Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:07.106Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:07.106Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:07.997Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:45:07.998Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:07.999Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:07.999Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T06:45:08.099Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:08.100Z||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-05-31T06:45:08.100Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:08.109Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:08.110Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:45:09.000Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:45:09.000Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:09.002Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:09.002Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:45:09.102Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:09.103Z||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-05-31T06:45:09.103Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:09.111Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:09.112Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:10.002Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:45:10.003Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:10.005Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:10.005Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:45:10.105Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:10.106Z||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-05-31T06:45:10.106Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:10.116Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:10.116Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:11.006Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||sending notification to client: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "serviceName": "vFW 2022-05-31 06-39-57", "serviceVersion": "1.0", "serviceUUID": "b596034a-a066-4635-8003-e86b8ca4070b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "805771e3-382e-4f62-beee-f7a3699d796b", "resources": [ { "resourceInstanceName": "vFW 9faa559b-d766 0", "resourceCustomizationUUID": "a77d41b1-9ca2-4288-9c50-f372946a7862", "resourceName": "vFW 9faa559b-d766", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2ce5b56f-4f03-4310-951a-d2fb8a137dba", "resourceInvariantUUID": "0af07e5e-eae5-474f-83db-f77f0a21c06f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9faa559bd7660_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "artifactChecksum": "MTA0NjM2NWNjMGE1MDA5YjUxNDhlYzc0MzZlNDk0N2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be967f1a-f5b0-4d47-abd5-ed0a462a48e0", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c7b52668-d19d-4359-8482-c2adf233f185", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "51847b86-90ca-4125-87a0-38c7e1cf3373", "generatedFromUUID": "c7b52668-d19d-4359-8482-c2adf233f185" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "51847b86-90ca-4125-87a0-38c7e1cf3373", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220531063957-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "artifactChecksum": "ZTZmZDBhNDYxM2QwMTUyNmExNGY0YzYwNTg3ZDhhYWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f57ce9d5-5028-44b6-8b3f-6fb6b5f88dc6" } ], "workloadContext": "Production" } 2022-05-31T06:45:11.006Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T06:45:11.006Z|f103b653-3961-4c03-9605-c0767110f512|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b596034a-a066-4635-8003-e86b8ca4070b ASDC 2022-05-31T06:45:11.007Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||ASDC Notification: DistributionID:dc2a48d4-ebd7-4169-9687-05702618e971 ServiceName:vFW 2022-05-31 06-39-57 ServiceVersion:1.0 ServiceUUID:b596034a-a066-4635-8003-e86b8ca4070b ServiceInvariantUUID:805771e3-382e-4f62-beee-f7a3699d796b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220531063957-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar ArtifactUUID:f57ce9d5-5028-44b6-8b3f-6fb6b5f88dc6 ArtifactChecksum:ZTZmZDBhNDYxM2QwMTUyNmExNGY0YzYwNTg3ZDhhYWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9faa559b-d766 0 ResourceCustomizationUUID:a77d41b1-9ca2-4288-9c50-f372946a7862 ResourceInvariantUUID:0af07e5e-eae5-474f-83db-f77f0a21c06f ResourceName:vFW 9faa559b-d766 ResourceType:VF ResourceUUID:2ce5b56f-4f03-4310-951a-d2fb8a137dba ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9faa559bd7660_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json ArtifactUUID:be967f1a-f5b0-4d47-abd5-ed0a462a48e0 ArtifactChecksum:MTA0NjM2NWNjMGE1MDA5YjUxNDhlYzc0MzZlNDk0N2M= 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/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml ArtifactUUID:c7b52668-d19d-4359-8482-c2adf233f185 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/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env ArtifactUUID:51847b86-90ca-4125-87a0-38c7e1cf3373 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/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env ArtifactUUID:51847b86-90ca-4125-87a0-38c7e1cf3373 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T06:45:11.007Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b596034a-a066-4635-8003-e86b8ca4070b 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-05-31T06:45:11.035Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:45:11.035Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:45:11.035Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:45:11.035Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||Trying to download the artifact UUID: f57ce9d5-5028-44b6-8b3f-6fb6b5f88dc6 from URL: /sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar 2022-05-31T06:45:11.035Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:45:11.035Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar 2022-05-31T06:45:12.345Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:45:12.348Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar f57ce9d5-5028-44b6-8b3f-6fb6b5f88dc6 99036 2022-05-31T06:45:12.349Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar ASDC sendASDCNotification 2022-05-31T06:45:12.349Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar 2022-05-31T06:45:12.349Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:45:12.349Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:12.350Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:12.350Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979512349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:45:12.450Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:12.451Z||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-05-31T06:45:12.451Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:12.460Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:12.461Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:13.351Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:45:13.352Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:45:13.352Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||Trying to write artifact UUID: f57ce9d5-5028-44b6-8b3f-6fb6b5f88dc6, URL: /sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar to file: /app/ASDC/1/service-Vfw20220531063957-csar.csar 2022-05-31T06:45:13.352Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531063957-csar.csar 2022-05-31T06:45:13.352Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531063957-csar.csar 2022-05-31T06:45:13.352Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531063957-csar.csar 2022-05-31T06:45:13.867Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17648554443103264206/Definitions/service-Vfw20220531063957-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-05-31T06:45:15.325Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-05-31T06:45:15.325Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|WARN|500||#################################################################################################### 2022-05-31T06:45:15.325Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.325Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|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-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|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-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|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-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|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-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|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-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|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-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|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-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|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-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9faa559b-d766 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-Vfw20220531063957-csar.csar 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|WARN|500||#################################################################################################### 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.326Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:15.327Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is matching search criteria 2022-05-31T06:45:15.327Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T06:45:15.327Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [vFW 9faa559b-d766 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:45:15.327Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.327Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:15.327Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is matching search criteria 2022-05-31T06:45:15.327Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T06:45:15.327Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [vFW 9faa559b-d766 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:45:15.327Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.327Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:15.328Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.328Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is not matching search criteria 2022-05-31T06:45:15.328Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:45:15.328Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:45:15.328Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:45:15.328Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:15.328Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:45:15.328Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:45:15.328Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:45:15.329Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:45:15.329Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:45:15.329Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:45:15.329Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:15.329Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:45:15.329Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:15.329Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:45:15.329Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:45:15.329Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T06:45:15.330Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.330Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:45:15.330Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.330Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is matching search criteria 2022-05-31T06:45:15.330Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [vFW 9faa559b-d766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:45:15.330Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.330Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is matching search criteria 2022-05-31T06:45:15.330Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [vFW 9faa559b-d766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:45:15.330Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.330Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is matching search criteria 2022-05-31T06:45:15.331Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [vFW 9faa559b-d766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:45:15.331Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.331Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is not matching search criteria 2022-05-31T06:45:15.331Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:45:15.331Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T06:45:15.331Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:45:15.331Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:45:15.331Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:45:15.331Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:45:15.331Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:15.331Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:45:15.331Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:15.332Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:45:15.332Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:45:15.332Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ec1810ce-864b-4cf1-87ae-dc24f0f582c9 2022-05-31T06:45:15.332Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.332Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is not matching search criteria 2022-05-31T06:45:15.332Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:45:15.332Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:45:15.332Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:45:15.333Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:15.333Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:45:15.333Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:45:15.333Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:45:15.333Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T06:45:15.333Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:45:15.333Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:15.333Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:45:15.334Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:45:15.334Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=55e67985-d3d3-4e63-a9cf-b51efaeb2e25 2022-05-31T06:45:15.334Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.334Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is not matching search criteria 2022-05-31T06:45:15.334Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:45:15.334Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:45:15.335Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:45:15.335Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:15.335Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:45:15.335Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:45:15.335Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:45:15.335Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:45:15.335Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:45:15.336Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:45:15.336Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:15.336Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T06:45:15.336Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2e163da6-3be3-4207-a7c7-e2898c8db49c 2022-05-31T06:45:15.336Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.336Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:15.336Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.336Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:15.336Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.336Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:15.336Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:15.337Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:15.337Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-31 06-39-57 Description:catalog service description Model UUID:b596034a-a066-4635-8003-e86b8ca4070b Model Version:NULL Model InvariantUuid:805771e3-382e-4f62-beee-f7a3699d796b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9faa559b-d766 Model UUID:13e405c2-3039-4b95-8c1d-0517a067f66b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0af07e5e-eae5-474f-83db-f77f0a21c06f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a77d41b1-9ca2-4288-9c50-f372946a7862 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:608eab55-bb58-4597-8cb1-c76fa66f628b ModelName:Vfw9faa559bD766..base_vfw..module-0 ModelUuid:48f5e876-00ce-4139-b4e0-dddcb79335ca ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ec1810ce-864b-4cf1-87ae-dc24f0f582c9 ModelInvariantUuid:b1d4cd1e-21c1-4321-a3bb-02be14b39d8f ModelName:vFW 9faa559b-d766-nodes.vfwCvfc ModelUuid:b0d4740d-ef81-4533-a95d-ea9b0efec75a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:62311c32-480f-4fee-81a3-cab929bc47e8 ModelInvariantUuid:e8c244f2-a221-42f4-85cc-f6c034f30b3c ModelName:Vfw9faa559bD766.compute.nodes.heat.vfw ModelUuid:1c0d3507-e9cf-4b72-8602-de81fa4eeeac ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:55e67985-d3d3-4e63-a9cf-b51efaeb2e25 ModelInvariantUuid:1192a518-a16c-402c-8a1d-ff1b53f9d8e5 ModelName:vFW 9faa559b-d766-nodes.vsnCvfc ModelUuid:fd929c30-a826-4655-be88-a3d37d775112 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:9c554525-e24a-4ed3-b315-0aba1a758edb ModelInvariantUuid:29a1fb65-f35c-4ff1-b348-4a56afb75830 ModelName:Vfw9faa559bD766.compute.nodes.heat.vsn ModelUuid:e68f14cb-d9f1-48ae-b719-4158c478a108 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2e163da6-3be3-4207-a7c7-e2898c8db49c ModelInvariantUuid:6e28fd62-81b2-4bca-b442-b8fa8ddcf328 ModelName:vFW 9faa559b-d766-nodes.vpgCvfc ModelUuid:074fdbcb-fac7-4bc0-8764-8e6d2287863c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:efa95f04-b98c-4a10-a377-d717d2c35c22 ModelInvariantUuid:259371d0-e066-453e-9430-c043427e3781 ModelName:Vfw9faa559bD766.compute.nodes.heat.vpg ModelUuid:04dd8266-3e04-4ebd-a3d0-5e9e60ad7ad0 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-05-31T06:45:15.341Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 2ce5b56f-4f03-4310-951a-d2fb8a137dba 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-05-31T06:45:15.344Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||vFW 9faa559b-d766 0 2022-05-31T06:45:15.344Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 2ce5b56f-4f03-4310-951a-d2fb8a137dba 2022-05-31T06:45:15.344Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||Trying to download the artifact UUID: be967f1a-f5b0-4d47-abd5-ed0a462a48e0 from URL: /sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json 2022-05-31T06:45:15.344Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:45:15.344Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json 2022-05-31T06:45:15.558Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:45:15.558Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json be967f1a-f5b0-4d47-abd5-ed0a462a48e0 785 2022-05-31T06:45:15.558Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json ASDC sendASDCNotification 2022-05-31T06:45:15.559Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json 2022-05-31T06:45:15.559Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:45:15.559Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:15.561Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:15.561Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979515558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:45:15.661Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:15.662Z||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-05-31T06:45:15.662Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:15.671Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:15.671Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:16.561Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9faa559bD766..base_vfw..module-0", "vfModuleModelInvariantUUID": "608eab55-bb58-4597-8cb1-c76fa66f628b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "48f5e876-00ce-4139-b4e0-dddcb79335ca", "vfModuleModelCustomizationUUID": "7c8cd4ae-3437-4580-9c94-f7f1e17d2028", "isBase": true, "artifacts": [ "c7b52668-d19d-4359-8482-c2adf233f185", "51847b86-90ca-4125-87a0-38c7e1cf3373" ], "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-05-31T06:45:16.564Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9faa559bD766..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:48f5e876-00ce-4139-b4e0-dddcb79335ca VfModuleModelInvariantUUID:608eab55-bb58-4597-8cb1-c76fa66f628b VfModuleModelDescription:NULL Artifacts UUID List:{ c7b52668-d19d-4359-8482-c2adf233f185 , 51847b86-90ca-4125-87a0-38c7e1cf3373 } 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-05-31T06:45:16.565Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9faa559bD766..base_vfw..module-0", "vfModuleModelInvariantUUID": "608eab55-bb58-4597-8cb1-c76fa66f628b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "48f5e876-00ce-4139-b4e0-dddcb79335ca", "vfModuleModelCustomizationUUID": "7c8cd4ae-3437-4580-9c94-f7f1e17d2028", "isBase": true, "artifacts": [ "c7b52668-d19d-4359-8482-c2adf233f185", "51847b86-90ca-4125-87a0-38c7e1cf3373" ], "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-05-31T06:45:16.565Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9faa559bD766..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:48f5e876-00ce-4139-b4e0-dddcb79335ca VfModuleModelInvariantUUID:608eab55-bb58-4597-8cb1-c76fa66f628b VfModuleModelDescription:NULL Artifacts UUID List:{ c7b52668-d19d-4359-8482-c2adf233f185 , 51847b86-90ca-4125-87a0-38c7e1cf3373 } 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-05-31T06:45:16.565Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||Trying to download the artifact UUID: c7b52668-d19d-4359-8482-c2adf233f185 from URL: /sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml 2022-05-31T06:45:16.565Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:45:16.565Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml 2022-05-31T06:45:16.911Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:45:16.912Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml c7b52668-d19d-4359-8482-c2adf233f185 20368 2022-05-31T06:45:16.912Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T06:45:16.912Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml 2022-05-31T06:45:16.912Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:45:16.913Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:16.914Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:16.914Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979516912, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:45:17.014Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:17.015Z||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-05-31T06:45:17.015Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:17.026Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:17.026Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:17.915Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||Trying to download the artifact UUID: 51847b86-90ca-4125-87a0-38c7e1cf3373 from URL: /sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env 2022-05-31T06:45:17.915Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:45:17.915Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env 2022-05-31T06:45:18.128Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:45:18.129Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env 51847b86-90ca-4125-87a0-38c7e1cf3373 2098 2022-05-31T06:45:18.129Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T06:45:18.129Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env 2022-05-31T06:45:18.129Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:45:18.129Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:18.131Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:18.131Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979518129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:45:18.231Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:18.232Z||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-05-31T06:45:18.232Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:18.244Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:18.244Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:19.131Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Preparing to deploy Service: b596034a-a066-4635-8003-e86b8ca4070b 2022-05-31T06:45:19.132Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9faa559b-d766 0 2ce5b56f-4f03-4310-951a-d2fb8a137dba 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-05-31T06:45:19.143Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4862cb21, org.onap.sdc.toscaparser.api.parameters.Input@154b40ae, org.onap.sdc.toscaparser.api.parameters.Input@121684ef, org.onap.sdc.toscaparser.api.parameters.Input@59767c4f, org.onap.sdc.toscaparser.api.parameters.Input@7939f83] 2022-05-31T06:45:19.144Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.144Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:19.145Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||VF Category is: Generic 2022-05-31T06:45:19.145Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||VFCustomizationUUID= a77d41b1-9ca2-4288-9c50-f372946a7862 2022-05-31T06:45:19.145Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a77d41b1-9ca2-4288-9c50-f372946a7862 matches Tosca VF Customization UUID: a77d41b1-9ca2-4288-9c50-f372946a7862 2022-05-31T06:45:19.145Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||vfCustomizationUUID: a77d41b1-9ca2-4288-9c50-f372946a7862 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-05-31T06:45:19.147Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.147Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:19.147Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||resource request for resource customization id a77d41b1-9ca2-4288-9c50-f372946a7862: {\"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-05-31T06:45:19.147Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fba865 2022-05-31T06:45:19.147Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.148Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:45:19.148Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7c8cd4ae-3437-4580-9c94-f7f1e17d2028 2022-05-31T06:45:19.148Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7c8cd4ae-3437-4580-9c94-f7f1e17d2028 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-05-31T06:45:19.149Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.150Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is matching search criteria 2022-05-31T06:45:19.150Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [vFW 9faa559b-d766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:45:19.150Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.150Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is matching search criteria 2022-05-31T06:45:19.150Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [vFW 9faa559b-d766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:45:19.151Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.151Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is not matching search criteria 2022-05-31T06:45:19.151Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:45:19.151Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T06:45:19.151Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:45:19.151Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:45:19.152Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:45:19.152Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:45:19.152Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:19.152Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:45:19.152Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:19.152Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:45:19.153Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:45:19.153Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ec1810ce-864b-4cf1-87ae-dc24f0f582c9 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-05-31T06:45:19.154Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.155Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is matching search criteria 2022-05-31T06:45:19.155Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [vFW 9faa559b-d766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:45:19.155Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.155Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is not matching search criteria 2022-05-31T06:45:19.155Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:45:19.155Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:45:19.156Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:45:19.156Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:19.156Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:45:19.156Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:45:19.156Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:45:19.156Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T06:45:19.157Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:45:19.157Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:19.157Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:45:19.157Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:45:19.157Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=55e67985-d3d3-4e63-a9cf-b51efaeb2e25 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-05-31T06:45:19.158Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.159Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is matching search criteria 2022-05-31T06:45:19.159Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [vFW 9faa559b-d766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:45:19.159Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.159Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is not matching search criteria 2022-05-31T06:45:19.159Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:45:19.159Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:45:19.160Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:45:19.160Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:19.160Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:45:19.160Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:45:19.160Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:45:19.160Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:45:19.161Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:45:19.161Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:45:19.161Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:45:19.161Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T06:45:19.161Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2e163da6-3be3-4207-a7c7-e2898c8db49c 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-05-31T06:45:19.162Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.163Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is matching search criteria 2022-05-31T06:45:19.163Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [vFW 9faa559b-d766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:45:19.163Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.163Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Node template vFW 9faa559b-d766 0 is matching search criteria 2022-05-31T06:45:19.163Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found topology templates [vFW 9faa559b-d766 0] matching following query criteria: sdcType=VF, customizationUUID=a77d41b1-9ca2-4288-9c50-f372946a7862 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-05-31T06:45:19.164Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.164Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:19.165Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500|| resourceSeq for service uuid b596034a-a066-4635-8003-e86b8ca4070b: vFW 9faa559b-d766 2022-05-31T06:45:19.165Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.165Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:19.165Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.165Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:19.165Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.166Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:19.166Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.166Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:19.166Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:45:19.166Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Service vFW 2022-05-31 06-39-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:45:19.166Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||Saving Service: vFW 2022-05-31 06-39-57 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-05-31T06:45:19.282Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9faa559b-d766 2ce5b56f-4f03-4310-951a-d2fb8a137dba 1 ASDC deployResourceStructure 2022-05-31T06:45:19.282Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json ASDC sendASDCNotification 2022-05-31T06:45:19.282Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json 2022-05-31T06:45:19.283Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:45:19.283Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:19.284Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:19.284Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979519282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:45:19.385Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:19.385Z||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-05-31T06:45:19.385Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:19.395Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:19.396Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:45:20.285Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T06:45:20.286Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml 2022-05-31T06:45:20.286Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:45:20.286Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:20.287Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:20.288Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979520285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:45:20.388Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:20.388Z||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-05-31T06:45:20.389Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:20.398Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:20.398Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:21.288Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T06:45:21.289Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env 2022-05-31T06:45:21.289Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:45:21.289Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:21.291Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:21.291Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979521288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T06:45:21.391Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:21.392Z||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-05-31T06:45:21.392Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:21.402Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:21.402Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:22.291Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar ASDC sendASDCNotification 2022-05-31T06:45:22.292Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar 2022-05-31T06:45:22.292Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:45:22.292Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:22.293Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:22.294Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979522291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:45:22.394Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:22.395Z||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-05-31T06:45:22.395Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:22.405Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:22.406Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:45:23.294Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2a48d4-ebd7-4169-9687-05702618e971 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:45:23.301Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2a48d4-ebd7-4169-9687-05702618e971 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-05-31T06:45:23.303Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:45:23.304Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T06:45:23.304Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T06:45:23.304Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T06:45:23.304Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T06:45:23.304Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T06:45:23.308Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T06:45:53.308Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: dc2a48d4-ebd7-4169-9687-05702618e971 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-05-31T06:45:53.312Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc2a48d4-ebd7-4169-9687-05702618e971 and serviceModelVersionId: b596034a-a066-4635-8003-e86b8ca4070b 2022-05-31T06:45:53.312Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 805771e3-382e-4f62-beee-f7a3699d796b 2022-05-31T06:45:53.313Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0 2022-05-31T06:45:53.316Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-05-31T06:45:53.341Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14bdd257-1952-413d-8b3b-fb1b1ad29f86/model-vers/model-ver/75017c7e-843d-4102-8a1c-bd7a2dc175e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?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-05-31T06:45:53.342Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||Invoke 2022-05-31T06:45:54.862Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?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-05-31T06:45:54.863Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||Invoke 2022-05-31T06:45:56.398Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?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-05-31T06:45:56.400Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||Invoke 2022-05-31T06:45:57.452Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:45:57.452Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T06:45:57.453Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:45:57.453Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T06:45:57.456Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|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-05-31T06:45:57.456Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc2a48d4-ebd7-4169-9687-05702618e971 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:45:57.456Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T06:45:57.456Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:45:57.458Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:45:57.458Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979557456, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:45:57.558Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:45:57.558Z||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-05-31T06:45:57.558Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:45:57.570Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:45:57.570Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 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-05-31T06:45:58.470Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:45:58.470Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:45:58.470Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:46:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:46:02.279Z||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-05-31T06:46:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:46:02.297Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:46:02.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-31T06:46:02.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f103b653-3961-4c03-9605-c0767110f512", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979498623, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:46:02.298Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:46:08.004Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:46:08.005Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:46:08.005Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:46:08.005Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:46:17.551Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:46:17.552Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:46:17.552Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:46:17.552Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:46:27.111Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:46:27.112Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:46:27.112Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:46:27.112Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:46:36.640Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:46:36.640Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:46:36.641Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:46:36.641Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:46:46.169Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:47:02.277Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:47:02.278Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:47:02.278Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:47:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:47:02.279Z||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-05-31T06:47:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:47:02.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:47:02.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:47:02.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:47:02.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "NOTIFIED" } 2022-05-31T06:47:02.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:47:02.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979499637, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979512349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979515558, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:47:02.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979516912, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979518129, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979519282, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/vfw9faa559bd7660_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979520285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979521288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/resourceInstances/vfw9faa559bd7660/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979522291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531063957/1.0/artifacts/service-Vfw20220531063957-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2a48d4-ebd7-4169-9687-05702618e971", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979557456, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:47:02.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:47:11.811Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:48:02.278Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:48:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:48:02.279Z||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-05-31T06:48:02.279Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:48:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:48:02.279Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:48:11.818Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:48:11.818Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:49:02.277Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:49:02.278Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:49:02.278Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:49:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:49:02.279Z||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-05-31T06:49:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:49:11.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:49:11.814Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:50:02.277Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:50:02.278Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:50:02.278Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:50:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:50:02.279Z||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-05-31T06:50:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:50:11.815Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:50:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:51:02.277Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:51:02.278Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:51:02.278Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:51:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:51:02.279Z||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-05-31T06:51:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:51:11.811Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:51:11.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:02.277Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:52:02.278Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:52:02.278Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:52:02.279Z||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-05-31T06:52:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:02.901Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:02.902Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||received message from topic 2022-05-31T06:52:02.902Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"453b363b-37d3-4b2c-843e-629fb1c8b8cd","serviceName":"vFW 2022-05-31 06-49-57","serviceVersion":"1.0","serviceUUID":"9e894192-8077-4a8d-a798-7bd0b4e9bdbe","serviceDescription":"catalog service description","serviceInvariantUUID":"5009d5b2-e9a4-4100-b8a0-84577d4dec07","resources":[{"resourceInstanceName":"vFW 6347a131-0b99 0","resourceName":"vFW 6347a131-0b99","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3dccd43b-51ab-4b0b-8d55-7956a8f6d9f2","resourceInvariantUUID":"51efc359-5561-4604-8fb6-b811346ea433","resourceCustomizationUUID":"804c0df2-7dc6-4625-ac8c-19fb44e40a58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vf-license-model.xml","artifactChecksum":"YjYyNmUyYTk2MzhlYTk1MWM1MjhhYjg1NTllMDNlMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1911f58-b631-4135-8cc1-3fa24d7ac184","artifactVersion":"1"},{"artifactName":"vfw6347a1310b990_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json","artifactChecksum":"YzFmYzQxZWVhMGRiMmFhNDA5MGU0MGE1ZTk5ZGU1MTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"33ae77b3-aac7-431d-8238-3c505604a8dd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7705a8ae-93a1-4dd5-a8cc-97daa7f417ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vendor-license-model.xml","artifactChecksum":"NGU4YjJiNTJmYmM0MDdhYzQ4ZTgwZjAwYTM4MGZlYzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4eba3114-b02d-48ea-be8f-1b93f00627a3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bba7716d-9726-46f1-999f-010429b58541","artifactVersion":"2","generatedFromUUID":"7705a8ae-93a1-4dd5-a8cc-97daa7f417ee"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531064957-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-template.yml","artifactChecksum":"NGE1ODk2N2UyMzYyZTRjMDZlZmExNTI0NjNjYWRhMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac20c954-6677-4f38-b1c8-48fe1a8ca61e","artifactVersion":"1"},{"artifactName":"service-Vfw20220531064957-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar","artifactChecksum":"MmM1MmQ1ODUyNjcxNjI5MzdkY2ViNGNmYzg0OTFjZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"204d3b3e-d809-4943-b105-f555d4c677e4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T06:52:02.904Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:52:02.904Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:02.906Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:02.906Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.906Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:02.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653979878708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "ves-openapi-manager", "timestamp": 1653979875908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "cds", "timestamp": 1653979874522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "clamp", "timestamp": 1653979879634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "ves-openapi-manager", "timestamp": 1653979875908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653979878708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "NOTIFIED" } 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "cds", "timestamp": 1653979874522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "clamp", "timestamp": 1653979879634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "NOTIFIED" } 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "ves-openapi-manager", "timestamp": 1653979875908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653979878708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "cds", "timestamp": 1653979874522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "clamp", "timestamp": 1653979879634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979884042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "ves-openapi-manager", "timestamp": 1653979875908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653979878708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "cds", "timestamp": 1653979874522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "clamp", "timestamp": 1653979879634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979884042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "ves-openapi-manager", "timestamp": 1653979875908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653979878708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T06:52:02.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "cds", "timestamp": 1653979874522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "clamp", "timestamp": 1653979879634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979884042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "ves-openapi-manager", "timestamp": 1653979875908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653979878708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "cds", "timestamp": 1653979874522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "clamp", "timestamp": 1653979879634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979884042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "ves-openapi-manager", "timestamp": 1653979875908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653979878708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "cds", "timestamp": 1653979874522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "clamp", "timestamp": 1653979879634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979884042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653979889141, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "cds", "timestamp": 1653979889160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:52:02.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979884042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "cds", "timestamp": 1653979890167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-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-05-31T06:52:02.931Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 453b363b-37d3-4b2c-843e-629fb1c8b8cd 2022-05-31T06:52:02.931Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 453b363b-37d3-4b2c-843e-629fb1c8b8cd 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-05-31T06:52:02.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653979890201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:52:02.939Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979884042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:52:02.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653979891255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:52:02.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979891766, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:52:02.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653979892278, "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-05-31T06:52:02.944Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 453b363b-37d3-4b2c-843e-629fb1c8b8cd 2022-05-31T06:52:02.944Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 453b363b-37d3-4b2c-843e-629fb1c8b8cd 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-05-31T06:52:02.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "policy-id", "timestamp": 1653979891638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "multicloud-k8s-id", "timestamp": 1653979893281, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "policy-id", "timestamp": 1653979891638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "policy-id", "timestamp": 1653979891638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979894965, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "policy-id", "timestamp": 1653979891638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653979895968, "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-05-31T06:52:02.954Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 453b363b-37d3-4b2c-843e-629fb1c8b8cd 2022-05-31T06:52:02.955Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 453b363b-37d3-4b2c-843e-629fb1c8b8cd 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-05-31T06:52:02.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "aai-ml", "timestamp": 1653979895411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "policy-id", "timestamp": 1653979891638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "aai-ml", "timestamp": 1653979895411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "policy-id", "timestamp": 1653979891638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "aai-ml", "timestamp": 1653979895411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "policy-id", "timestamp": 1653979891638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:52:02.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "aai-ml", "timestamp": 1653979895411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "policy-id", "timestamp": 1653979899750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:52:02.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "aai-ml", "timestamp": 1653979895411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "policy-id", "timestamp": 1653979900753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:52:02.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "aai-ml", "timestamp": 1653979895411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:02.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "policy-id", "timestamp": 1653979901756, "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-05-31T06:52:02.969Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 453b363b-37d3-4b2c-843e-629fb1c8b8cd 2022-05-31T06:52:02.969Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 453b363b-37d3-4b2c-843e-629fb1c8b8cd 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-05-31T06:52:02.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "clamp", "timestamp": 1653979902038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:52:02.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "aai-ml", "timestamp": 1653979895411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:52:02.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:52:02.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "aai-ml", "timestamp": 1653979903254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:52:02.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "clamp", "timestamp": 1653979904049, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:52:02.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "clamp", "timestamp": 1653979905052, "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-05-31T06:52:02.978Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 453b363b-37d3-4b2c-843e-629fb1c8b8cd 2022-05-31T06:52:02.978Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 453b363b-37d3-4b2c-843e-629fb1c8b8cd 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-05-31T06:52:02.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "aai-ml", "timestamp": 1653979911083, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T06:52:02.983Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:52:02.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:52:02.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "aai-ml", "timestamp": 1653979912086, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T06:52:02.987Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 453b363b-37d3-4b2c-843e-629fb1c8b8cd 2022-05-31T06:52:02.987Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 453b363b-37d3-4b2c-843e-629fb1c8b8cd 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-05-31T06:52:03.006Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:52:03.006Z||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-05-31T06:52:03.006Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:03.015Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:03.015Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:03.906Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:52:03.907Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:03.908Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:03.908Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "NOTIFIED" } 2022-05-31T06:52:04.009Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T06:52:04.009Z||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-05-31T06:52:04.009Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:04.018Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:04.019Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:04.909Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:52:04.909Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:04.911Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:04.911Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:52:05.011Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:52:05.012Z||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-05-31T06:52:05.012Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:05.020Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:05.021Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:05.912Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:52:05.913Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:05.914Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:05.914Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:06.014Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:52:06.015Z||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-05-31T06:52:06.015Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:06.023Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:06.023Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:06.914Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:52:06.915Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:06.916Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:06.916Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T06:52:07.017Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:52:07.017Z||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-05-31T06:52:07.017Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:07.025Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:07.025Z||pool-114-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:52:07.917Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:52:07.918Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:07.919Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:07.919Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:52:08.019Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:52:08.020Z||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-05-31T06:52:08.020Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:08.028Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:08.029Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:08.919Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T06:52:08.920Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:08.921Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:08.921Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:52:09.021Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T06:52:09.022Z||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-05-31T06:52:09.022Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:09.033Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:09.033Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:09.923Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||sending notification to client: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "serviceName": "vFW 2022-05-31 06-49-57", "serviceVersion": "1.0", "serviceUUID": "9e894192-8077-4a8d-a798-7bd0b4e9bdbe", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5009d5b2-e9a4-4100-b8a0-84577d4dec07", "resources": [ { "resourceInstanceName": "vFW 6347a131-0b99 0", "resourceCustomizationUUID": "804c0df2-7dc6-4625-ac8c-19fb44e40a58", "resourceName": "vFW 6347a131-0b99", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3dccd43b-51ab-4b0b-8d55-7956a8f6d9f2", "resourceInvariantUUID": "51efc359-5561-4604-8fb6-b811346ea433", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw6347a1310b990_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "artifactChecksum": "YzFmYzQxZWVhMGRiMmFhNDA5MGU0MGE1ZTk5ZGU1MTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "33ae77b3-aac7-431d-8238-3c505604a8dd", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7705a8ae-93a1-4dd5-a8cc-97daa7f417ee", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bba7716d-9726-46f1-999f-010429b58541", "generatedFromUUID": "7705a8ae-93a1-4dd5-a8cc-97daa7f417ee" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bba7716d-9726-46f1-999f-010429b58541", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220531064957-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "artifactChecksum": "MmM1MmQ1ODUyNjcxNjI5MzdkY2ViNGNmYzg0OTFjZTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "204d3b3e-d809-4943-b105-f555d4c677e4" } ], "workloadContext": "Production" } 2022-05-31T06:52:09.923Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T06:52:09.923Z|dc2a48d4-ebd7-4169-9687-05702618e971|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9e894192-8077-4a8d-a798-7bd0b4e9bdbe ASDC 2022-05-31T06:52:09.923Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||ASDC Notification: DistributionID:453b363b-37d3-4b2c-843e-629fb1c8b8cd ServiceName:vFW 2022-05-31 06-49-57 ServiceVersion:1.0 ServiceUUID:9e894192-8077-4a8d-a798-7bd0b4e9bdbe ServiceInvariantUUID:5009d5b2-e9a4-4100-b8a0-84577d4dec07 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220531064957-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar ArtifactUUID:204d3b3e-d809-4943-b105-f555d4c677e4 ArtifactChecksum:MmM1MmQ1ODUyNjcxNjI5MzdkY2ViNGNmYzg0OTFjZTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 6347a131-0b99 0 ResourceCustomizationUUID:804c0df2-7dc6-4625-ac8c-19fb44e40a58 ResourceInvariantUUID:51efc359-5561-4604-8fb6-b811346ea433 ResourceName:vFW 6347a131-0b99 ResourceType:VF ResourceUUID:3dccd43b-51ab-4b0b-8d55-7956a8f6d9f2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw6347a1310b990_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json ArtifactUUID:33ae77b3-aac7-431d-8238-3c505604a8dd ArtifactChecksum:YzFmYzQxZWVhMGRiMmFhNDA5MGU0MGE1ZTk5ZGU1MTk= 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/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml ArtifactUUID:7705a8ae-93a1-4dd5-a8cc-97daa7f417ee 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/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env ArtifactUUID:bba7716d-9726-46f1-999f-010429b58541 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/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env ArtifactUUID:bba7716d-9726-46f1-999f-010429b58541 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T06:52:09.923Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e894192-8077-4a8d-a798-7bd0b4e9bdbe 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-05-31T06:52:09.949Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:52:09.950Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:52:09.950Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:52:09.950Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||Trying to download the artifact UUID: 204d3b3e-d809-4943-b105-f555d4c677e4 from URL: /sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar 2022-05-31T06:52:09.950Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:52:09.950Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar 2022-05-31T06:52:10.304Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:52:10.308Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar 204d3b3e-d809-4943-b105-f555d4c677e4 99028 2022-05-31T06:52:10.308Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar ASDC sendASDCNotification 2022-05-31T06:52:10.308Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar 2022-05-31T06:52:10.308Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:52:10.308Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:10.310Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:10.310Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979930308, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:52:10.410Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:52:10.411Z||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-05-31T06:52:10.411Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:10.421Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:10.421Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:11.310Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T06:52:11.311Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||MSO config path is: /app 2022-05-31T06:52:11.311Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||Trying to write artifact UUID: 204d3b3e-d809-4943-b105-f555d4c677e4, URL: /sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar to file: /app/ASDC/1/service-Vfw20220531064957-csar.csar 2022-05-31T06:52:11.312Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531064957-csar.csar 2022-05-31T06:52:11.312Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531064957-csar.csar 2022-05-31T06:52:11.312Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531064957-csar.csar 2022-05-31T06:52:11.414Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11142599390239613867/Definitions/service-Vfw20220531064957-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-05-31T06:52:12.836Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-05-31T06:52:12.837Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||#################################################################################################### 2022-05-31T06:52:12.837Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.837Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-31T06:52:12.837Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|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-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.837Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|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-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.838Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|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-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.838Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.838Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.838Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|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-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.838Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|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-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.838Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|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-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.838Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.838Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|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-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.839Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.839Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6347a131-0b99 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-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.839Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|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-Vfw20220531064957-csar.csar 2022-05-31T06:52:12.839Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|WARN|500||#################################################################################################### 2022-05-31T06:52:12.839Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.839Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:12.839Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is matching search criteria 2022-05-31T06:52:12.840Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T06:52:12.840Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [vFW 6347a131-0b99 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:52:12.840Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.840Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:12.840Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is matching search criteria 2022-05-31T06:52:12.840Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T06:52:12.840Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [vFW 6347a131-0b99 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T06:52:12.841Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.841Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:12.841Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.841Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is not matching search criteria 2022-05-31T06:52:12.841Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:52:12.841Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:52:12.842Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:12.842Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:52:12.842Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:52:12.842Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:52:12.842Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:52:12.842Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:52:12.842Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:52:12.843Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:52:12.843Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:12.843Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:52:12.843Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:12.843Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:52:12.843Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:52:12.843Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T06:52:12.844Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.844Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:52:12.844Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.844Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is matching search criteria 2022-05-31T06:52:12.844Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [vFW 6347a131-0b99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:52:12.844Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.845Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is matching search criteria 2022-05-31T06:52:12.845Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [vFW 6347a131-0b99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:52:12.845Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.845Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is matching search criteria 2022-05-31T06:52:12.845Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [vFW 6347a131-0b99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:52:12.845Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.845Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is not matching search criteria 2022-05-31T06:52:12.846Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:52:12.846Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T06:52:12.846Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:52:12.846Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:52:12.846Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:52:12.846Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:52:12.846Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:12.847Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:52:12.847Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:12.847Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:52:12.847Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:52:12.847Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c85f87f7-f35b-4cf3-b4b4-3be9c4b56424 2022-05-31T06:52:12.847Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.847Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is not matching search criteria 2022-05-31T06:52:12.848Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:52:12.848Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:52:12.848Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:12.848Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:52:12.848Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:52:12.848Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:52:12.848Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:52:12.848Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T06:52:12.849Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:52:12.849Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:12.849Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:52:12.849Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:52:12.849Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c57f3f49-c856-4fc5-9552-6b224583beb0 2022-05-31T06:52:12.849Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.849Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is not matching search criteria 2022-05-31T06:52:12.850Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:52:12.850Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:52:12.850Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:12.850Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:52:12.850Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:52:12.850Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:52:12.850Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:52:12.851Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:52:12.851Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:52:12.851Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:52:12.851Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:12.851Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T06:52:12.851Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=417cb5e5-fd91-4c83-8a67-12b9628cc0ab 2022-05-31T06:52:12.851Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.852Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:12.852Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.852Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:12.852Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.852Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:12.852Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:12.852Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:12.852Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-31 06-49-57 Description:catalog service description Model UUID:9e894192-8077-4a8d-a798-7bd0b4e9bdbe Model Version:NULL Model InvariantUuid:5009d5b2-e9a4-4100-b8a0-84577d4dec07 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 6347a131-0b99 Model UUID:e78e93b5-9716-40b8-9ff4-15db136fe181 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:51efc359-5561-4604-8fb6-b811346ea433 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:804c0df2-7dc6-4625-ac8c-19fb44e40a58 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b0192d12-db13-474a-9c6d-8f7a9634291e ModelName:Vfw6347a1310b99..base_vfw..module-0 ModelUuid:79e4f856-ac44-4309-ba9c-1cd9678ad52f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c85f87f7-f35b-4cf3-b4b4-3be9c4b56424 ModelInvariantUuid:f9270787-1a06-4d03-8f22-561fe6160751 ModelName:vFW 6347a131-0b99-nodes.vfwCvfc ModelUuid:1ee1cb5e-1a8b-4ab5-b1fc-2d599c30ce17 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5af7903b-1940-46fd-bc9f-cc6981719d8a ModelInvariantUuid:272bdb7b-aa78-4849-b92e-9802b38d253d ModelName:Vfw6347a1310b99.compute.nodes.heat.vfw ModelUuid:6bd67a9f-60dd-40ac-a986-675f05de1d25 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c57f3f49-c856-4fc5-9552-6b224583beb0 ModelInvariantUuid:e797cfa7-7e6f-4c6a-8b69-60de47021ec5 ModelName:vFW 6347a131-0b99-nodes.vsnCvfc ModelUuid:637c683b-8e61-4891-953e-4bb6219d8b33 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2a8f687f-c6be-4df6-a113-c6f5f7c08418 ModelInvariantUuid:7126267d-b0a6-4d06-b908-b4695bb69561 ModelName:Vfw6347a1310b99.compute.nodes.heat.vsn ModelUuid:95b76eb5-f3b5-48fb-859d-f505191d6b80 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:417cb5e5-fd91-4c83-8a67-12b9628cc0ab ModelInvariantUuid:984aa9e7-f2b1-493a-88b0-53d69b3341da ModelName:vFW 6347a131-0b99-nodes.vpgCvfc ModelUuid:336143c3-3b23-4c70-ab20-d1358b392d7f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:74c1e965-4fae-4585-b42a-6702d981c15c ModelInvariantUuid:734a7e3f-beeb-4b7b-96f1-02abe3ce1c18 ModelName:Vfw6347a1310b99.compute.nodes.heat.vpg ModelUuid:667b7869-f40b-46e8-b6c9-00b25d709f2d 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-05-31T06:52:12.858Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 3dccd43b-51ab-4b0b-8d55-7956a8f6d9f2 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-05-31T06:52:12.860Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||vFW 6347a131-0b99 0 2022-05-31T06:52:12.860Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 3dccd43b-51ab-4b0b-8d55-7956a8f6d9f2 2022-05-31T06:52:12.861Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||Trying to download the artifact UUID: 33ae77b3-aac7-431d-8238-3c505604a8dd from URL: /sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json 2022-05-31T06:52:12.861Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:52:12.861Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json 2022-05-31T06:52:12.957Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:52:12.957Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json 33ae77b3-aac7-431d-8238-3c505604a8dd 785 2022-05-31T06:52:12.958Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json ASDC sendASDCNotification 2022-05-31T06:52:12.958Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json 2022-05-31T06:52:12.958Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:52:12.959Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:12.960Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:12.960Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979932958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:52:13.060Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:52:13.061Z||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-05-31T06:52:13.061Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:13.069Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:13.069Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:13.960Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6347a1310b99..base_vfw..module-0", "vfModuleModelInvariantUUID": "b0192d12-db13-474a-9c6d-8f7a9634291e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "79e4f856-ac44-4309-ba9c-1cd9678ad52f", "vfModuleModelCustomizationUUID": "7e9aa95d-74a5-4df1-9353-c258ef88f578", "isBase": true, "artifacts": [ "7705a8ae-93a1-4dd5-a8cc-97daa7f417ee", "bba7716d-9726-46f1-999f-010429b58541" ], "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-05-31T06:52:13.963Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6347a1310b99..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:79e4f856-ac44-4309-ba9c-1cd9678ad52f VfModuleModelInvariantUUID:b0192d12-db13-474a-9c6d-8f7a9634291e VfModuleModelDescription:NULL Artifacts UUID List:{ 7705a8ae-93a1-4dd5-a8cc-97daa7f417ee , bba7716d-9726-46f1-999f-010429b58541 } 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-05-31T06:52:13.964Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6347a1310b99..base_vfw..module-0", "vfModuleModelInvariantUUID": "b0192d12-db13-474a-9c6d-8f7a9634291e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "79e4f856-ac44-4309-ba9c-1cd9678ad52f", "vfModuleModelCustomizationUUID": "7e9aa95d-74a5-4df1-9353-c258ef88f578", "isBase": true, "artifacts": [ "7705a8ae-93a1-4dd5-a8cc-97daa7f417ee", "bba7716d-9726-46f1-999f-010429b58541" ], "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-05-31T06:52:13.965Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6347a1310b99..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:79e4f856-ac44-4309-ba9c-1cd9678ad52f VfModuleModelInvariantUUID:b0192d12-db13-474a-9c6d-8f7a9634291e VfModuleModelDescription:NULL Artifacts UUID List:{ 7705a8ae-93a1-4dd5-a8cc-97daa7f417ee , bba7716d-9726-46f1-999f-010429b58541 } 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-05-31T06:52:13.965Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||Trying to download the artifact UUID: 7705a8ae-93a1-4dd5-a8cc-97daa7f417ee from URL: /sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml 2022-05-31T06:52:13.965Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:52:13.965Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml 2022-05-31T06:52:14.254Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:52:14.254Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml 7705a8ae-93a1-4dd5-a8cc-97daa7f417ee 20368 2022-05-31T06:52:14.255Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T06:52:14.255Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml 2022-05-31T06:52:14.255Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:52:14.255Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:14.257Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:14.257Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979934255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:52:14.357Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:52:14.358Z||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-05-31T06:52:14.358Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:14.366Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:14.366Z||pool-119-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:15.258Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||Trying to download the artifact UUID: bba7716d-9726-46f1-999f-010429b58541 from URL: /sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env 2022-05-31T06:52:15.258Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - download 2022-05-31T06:52:15.259Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env 2022-05-31T06:52:15.455Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T06:52:15.456Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env bba7716d-9726-46f1-999f-010429b58541 2098 2022-05-31T06:52:15.456Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T06:52:15.456Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env 2022-05-31T06:52:15.456Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T06:52:15.457Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:15.458Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:15.458Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979935456, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:52:15.558Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T06:52:15.559Z||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-05-31T06:52:15.559Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:15.568Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:15.568Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:16.459Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Preparing to deploy Service: 9e894192-8077-4a8d-a798-7bd0b4e9bdbe 2022-05-31T06:52:16.459Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6347a131-0b99 0 3dccd43b-51ab-4b0b-8d55-7956a8f6d9f2 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-05-31T06:52:16.469Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@673369c, org.onap.sdc.toscaparser.api.parameters.Input@27715184, org.onap.sdc.toscaparser.api.parameters.Input@40280cab, org.onap.sdc.toscaparser.api.parameters.Input@1454825e, org.onap.sdc.toscaparser.api.parameters.Input@b0c819e] 2022-05-31T06:52:16.470Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.470Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:16.471Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||VF Category is: Generic 2022-05-31T06:52:16.471Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||VFCustomizationUUID= 804c0df2-7dc6-4625-ac8c-19fb44e40a58 2022-05-31T06:52:16.471Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 804c0df2-7dc6-4625-ac8c-19fb44e40a58 matches Tosca VF Customization UUID: 804c0df2-7dc6-4625-ac8c-19fb44e40a58 2022-05-31T06:52:16.471Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||vfCustomizationUUID: 804c0df2-7dc6-4625-ac8c-19fb44e40a58 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-05-31T06:52:16.472Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.472Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:16.473Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||resource request for resource customization id 804c0df2-7dc6-4625-ac8c-19fb44e40a58: {\"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-05-31T06:52:16.473Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@166731c0 2022-05-31T06:52:16.473Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.473Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T06:52:16.473Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7e9aa95d-74a5-4df1-9353-c258ef88f578 2022-05-31T06:52:16.473Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7e9aa95d-74a5-4df1-9353-c258ef88f578 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-05-31T06:52:16.475Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.475Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is matching search criteria 2022-05-31T06:52:16.475Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [vFW 6347a131-0b99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:52:16.475Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.475Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is matching search criteria 2022-05-31T06:52:16.475Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [vFW 6347a131-0b99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:52:16.475Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.476Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is not matching search criteria 2022-05-31T06:52:16.476Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:52:16.476Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T06:52:16.476Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:52:16.476Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:52:16.476Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:52:16.476Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:52:16.476Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:16.477Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:52:16.477Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:16.477Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:52:16.477Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:52:16.477Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c85f87f7-f35b-4cf3-b4b4-3be9c4b56424 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-05-31T06:52:16.478Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.478Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is matching search criteria 2022-05-31T06:52:16.479Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [vFW 6347a131-0b99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:52:16.479Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.479Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is not matching search criteria 2022-05-31T06:52:16.479Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:52:16.479Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:52:16.479Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:16.479Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:52:16.479Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:52:16.479Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:52:16.479Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:52:16.480Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T06:52:16.480Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T06:52:16.480Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:16.480Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T06:52:16.480Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:52:16.480Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c57f3f49-c856-4fc5-9552-6b224583beb0 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-05-31T06:52:16.481Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.481Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is matching search criteria 2022-05-31T06:52:16.481Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [vFW 6347a131-0b99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:52:16.482Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.482Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is not matching search criteria 2022-05-31T06:52:16.482Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T06:52:16.482Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T06:52:16.482Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:16.482Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:52:16.482Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T06:52:16.482Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T06:52:16.483Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T06:52:16.483Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T06:52:16.483Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T06:52:16.483Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T06:52:16.483Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T06:52:16.483Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T06:52:16.483Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=417cb5e5-fd91-4c83-8a67-12b9628cc0ab 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-05-31T06:52:16.484Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.484Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is matching search criteria 2022-05-31T06:52:16.485Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [vFW 6347a131-0b99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T06:52:16.485Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.485Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Node template vFW 6347a131-0b99 0 is matching search criteria 2022-05-31T06:52:16.485Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found topology templates [vFW 6347a131-0b99 0] matching following query criteria: sdcType=VF, customizationUUID=804c0df2-7dc6-4625-ac8c-19fb44e40a58 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-05-31T06:52:16.486Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.486Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:16.486Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500|| resourceSeq for service uuid 9e894192-8077-4a8d-a798-7bd0b4e9bdbe: vFW 6347a131-0b99 2022-05-31T06:52:16.486Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.487Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:16.487Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.487Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:16.487Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.487Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:16.487Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.487Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:16.487Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T06:52:16.487Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Service vFW 2022-05-31 06-49-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T06:52:16.487Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||Saving Service: vFW 2022-05-31 06-49-57 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-05-31T06:52:16.599Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6347a131-0b99 3dccd43b-51ab-4b0b-8d55-7956a8f6d9f2 1 ASDC deployResourceStructure 2022-05-31T06:52:16.599Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json ASDC sendASDCNotification 2022-05-31T06:52:16.599Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json 2022-05-31T06:52:16.600Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:52:16.600Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:16.601Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:16.602Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979936599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:52:16.701Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T06:52:16.702Z||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-05-31T06:52:16.702Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:16.711Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:16.712Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-31T06:52:17.602Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T06:52:17.603Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml 2022-05-31T06:52:17.603Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:52:17.603Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:17.604Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:17.604Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979937602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:52:17.704Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:52:17.705Z||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-05-31T06:52:17.705Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:17.717Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:17.717Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:18.605Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T06:52:18.605Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env 2022-05-31T06:52:18.605Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:52:18.605Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:18.607Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:18.607Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979938605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T06:52:18.708Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:52:18.709Z||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-05-31T06:52:18.709Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:18.718Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:18.719Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:19.608Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar ASDC sendASDCNotification 2022-05-31T06:52:19.609Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar 2022-05-31T06:52:19.609Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T06:52:19.609Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:19.611Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:19.611Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979939608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:52:19.712Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T06:52:19.713Z||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-05-31T06:52:19.713Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:19.721Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:19.721Z||pool-124-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T06:52:20.612Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 453b363b-37d3-4b2c-843e-629fb1c8b8cd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T06:52:20.620Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 453b363b-37d3-4b2c-843e-629fb1c8b8cd 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-05-31T06:52:20.623Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T06:52:20.623Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T06:52:20.623Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T06:52:20.623Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T06:52:20.623Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T06:52:20.623Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T06:52:20.629Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T06:52:50.629Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 453b363b-37d3-4b2c-843e-629fb1c8b8cd 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-05-31T06:52:50.634Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 453b363b-37d3-4b2c-843e-629fb1c8b8cd and serviceModelVersionId: 9e894192-8077-4a8d-a798-7bd0b4e9bdbe 2022-05-31T06:52:50.634Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5009d5b2-e9a4-4100-b8a0-84577d4dec07 2022-05-31T06:52:50.635Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0 2022-05-31T06:52:50.638Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/805771e3-382e-4f62-beee-f7a3699d796b/model-vers/model-ver/b596034a-a066-4635-8003-e86b8ca4070b?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-05-31T06:52:50.666Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||Invoke 2022-05-31T06:52:50.666Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[453b363b-37d3-4b2c-843e-629fb1c8b8cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0777da9-b208-4b89-932a-4cc1e7d439f5], X-ECOMP-RequestID=[453b363b-37d3-4b2c-843e-629fb1c8b8cd], X-TransactionId=[], X-ONAP-RequestID=[453b363b-37d3-4b2c-843e-629fb1c8b8cd], Content-Type=[application/merge-patch+json]} 2022-05-31T06:52:52.206Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||Invoke 2022-05-31T06:52:52.207Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[453b363b-37d3-4b2c-843e-629fb1c8b8cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2350138b-7aba-498c-9a87-1acef9c7fd29], X-ECOMP-RequestID=[453b363b-37d3-4b2c-843e-629fb1c8b8cd], X-TransactionId=[], X-ONAP-RequestID=[453b363b-37d3-4b2c-843e-629fb1c8b8cd], Content-Type=[application/merge-patch+json]} 2022-05-31T06:52:53.746Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||Invoke 2022-05-31T06:52:53.746Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[453b363b-37d3-4b2c-843e-629fb1c8b8cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d5dc177-094c-4202-b117-a99fcf1f11bb], X-ECOMP-RequestID=[453b363b-37d3-4b2c-843e-629fb1c8b8cd], X-TransactionId=[], X-ONAP-RequestID=[453b363b-37d3-4b2c-843e-629fb1c8b8cd], Content-Type=[application/merge-patch+json]} 2022-05-31T06:52:54.777Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:52:54.778Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T06:52:54.778Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:52:54.778Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T06:52:54.784Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|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-05-31T06:52:54.784Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 453b363b-37d3-4b2c-843e-629fb1c8b8cd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T06:52:54.784Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T06:52:54.784Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T06:52:54.786Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T06:52:54.786Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979974784, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:52:54.886Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T06:52:54.887Z||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-05-31T06:52:54.887Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:52:54.898Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:52:54.899Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 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-05-31T06:53:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:53:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:53:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:53:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:53:02.279Z||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-05-31T06:53:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:53:02.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:53:02.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T06:53:02.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:53:02.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-31T06:53:11.810Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:54:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:54:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:54:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:54:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:54:02.279Z||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-05-31T06:54:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:54:02.798Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:54:02.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "NOTIFIED" } 2022-05-31T06:54:02.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-31T06:54:02.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T06:54:02.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-31T06:54:02.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T06:54:02.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-31T06:54:02.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T06:54:02.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-31T06:54:02.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T06:54:02.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-31T06:54:02.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979922277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "NOTIFIED" } 2022-05-31T06:54:02.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-31T06:54:02.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979930308, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T06:54:02.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:54:02.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979932958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T06:54:02.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:54:02.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979934255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T06:54:02.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:54:02.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979935456, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T06:54:02.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:54:02.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979936599, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/vfw6347a1310b990_modules.json", "status": "DEPLOY_OK" } 2022-05-31T06:54:02.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:54:02.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979937602, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T06:54:02.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:54:02.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979938605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/resourceInstances/vfw6347a1310b990/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T06:54:02.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:54:02.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979939608, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531064957/1.0/artifacts/service-Vfw20220531064957-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T06:54:02.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:54:02.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T06:54:02.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "453b363b-37d3-4b2c-843e-629fb1c8b8cd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653979974784, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T06:54:02.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T06:54:11.812Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:55:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:55:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:55:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:55:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:55:02.279Z||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-05-31T06:55:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:55:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:55:11.816Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:56:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:56:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:56:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:56:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:56:02.279Z||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-05-31T06:56:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:56:11.816Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:56:11.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:57:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:57:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:57:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:57:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:57:02.279Z||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-05-31T06:57:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:57:11.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:57:11.813Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:58:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:58:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:58:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:58:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:58:02.279Z||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-05-31T06:58:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:58:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:58:11.816Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:59:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:59:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T06:59:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T06:59:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T06:59:02.279Z||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-05-31T06:59:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T06:59:11.822Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T06:59:11.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:00:02.277Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:00:02.277Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:00:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:00:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:00:02.279Z||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-05-31T07:00:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:00:11.814Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:00:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:01:02.277Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:01:02.277Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:01:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:01:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:01:02.279Z||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-05-31T07:01:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:01:11.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:01:11.812Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:02:02.277Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:02:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:02:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:02:02.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:02:02.279Z||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-05-31T07:02:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:02:11.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:02:11.812Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:03:02.278Z||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-05-31T07:03:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:03:02.279Z||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-05-31T07:03:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:02.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:02.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e27a099-2562-45d5-8404-553ceaea8354","serviceName":"vFW 2022-05-31 07-01-12","serviceVersion":"1.0","serviceUUID":"f2a9bded-4ec9-436a-8be5-db58893d6f4d","serviceDescription":"catalog service description","serviceInvariantUUID":"249646f1-8a53-420f-9ba2-ec33b00b01f5","resources":[{"resourceInstanceName":"vFW f3413a5d-3dbe 0","resourceName":"vFW f3413a5d-3dbe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71ed200b-07f1-4cf3-9274-182318f8c3a3","resourceInvariantUUID":"286e29e2-440f-4a6b-ac68-56b8f486081b","resourceCustomizationUUID":"f8125591-153b-4a3b-a6e6-db94ff9a32c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vf-license-model.xml","artifactChecksum":"ZDM2ZTYxMzFlMDM2ZTBhYWRlNTkyMTljZDQ2NWRjOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec54d0d5-7aba-4b0f-8432-4f6dd1652e00","artifactVersion":"1"},{"artifactName":"vfwf3413a5d3dbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json","artifactChecksum":"NzI4ODhjZjAyNjUzYjY3MjAyZjY0NmNiNDZhNjE4MjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a83a7ac-0868-4cd3-b8cf-3f63df01f8d9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5af30a9f-216e-4f51-b108-f07f41d70353","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vendor-license-model.xml","artifactChecksum":"OTk5Nzg0ZjZjYjE3Njg3YmQxZGRjMWZiOTQ1ODEzMDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85d9654a-565b-48c3-8659-698dc47636ac","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b93af094-7d36-4a7c-b179-7d2b9447ec47","artifactVersion":"2","generatedFromUUID":"5af30a9f-216e-4f51-b108-f07f41d70353"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531070112-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-template.yml","artifactChecksum":"MDU0M2ZhN2JmYmEyZTZmYjgzNzcwZWIyZWY4MjRmYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ecf2f60e-5174-408b-a01f-1613028048dc","artifactVersion":"1"},{"artifactName":"service-Vfw20220531070112-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar","artifactChecksum":"NmZjYjc5NDIxNDg0MjE4MWZhM2EwMDc1Zjk0NTZlYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da7b50fa-c223-443b-8827-d75125f6f5fd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T07:03:02.902Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:03:02.902Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:02.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:02.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "ves-openapi-manager", "timestamp": 1653980555908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "multicloud-k8s-id", "timestamp": 1653980558708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.904Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:02.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.904Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "aai-ml", "timestamp": 1653980555411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "aai-ml", "timestamp": 1653980555411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "multicloud-k8s-id", "timestamp": 1653980558708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "ves-openapi-manager", "timestamp": 1653980555908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "cds", "timestamp": 1653980564522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "aai-ml", "timestamp": 1653980555411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "ves-openapi-manager", "timestamp": 1653980555908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "multicloud-k8s-id", "timestamp": 1653980558708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "cds", "timestamp": 1653980564522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "aai-ml", "timestamp": 1653980555411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "ves-openapi-manager", "timestamp": 1653980555908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "multicloud-k8s-id", "timestamp": 1653980558708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "cds", "timestamp": 1653980564522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "aai-ml", "timestamp": 1653980555411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "ves-openapi-manager", "timestamp": 1653980555908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "multicloud-k8s-id", "timestamp": 1653980558708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "cds", "timestamp": 1653980564522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "aai-ml", "timestamp": 1653980555411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "multicloud-k8s-id", "timestamp": 1653980558708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "ves-openapi-manager", "timestamp": 1653980555908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "cds", "timestamp": 1653980564522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "aai-ml", "timestamp": 1653980555411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "multicloud-k8s-id", "timestamp": 1653980558708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "ves-openapi-manager", "timestamp": 1653980555908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "cds", "timestamp": 1653980564522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "clamp", "timestamp": 1653980569634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "multicloud-k8s-id", "timestamp": 1653980570541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "aai-ml", "timestamp": 1653980570614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "cds", "timestamp": 1653980564522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "clamp", "timestamp": 1653980569634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "multicloud-k8s-id", "timestamp": 1653980571813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "clamp", "timestamp": 1653980569634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "policy-id", "timestamp": 1653980571638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "cds", "timestamp": 1653980572330, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "multicloud-k8s-id", "timestamp": 1653980573014, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:03:02.910Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:03:02.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "clamp", "timestamp": 1653980569634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "policy-id", "timestamp": 1653980571638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "cds", "timestamp": 1653980573335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-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-05-31T07:03:02.924Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e27a099-2562-45d5-8404-553ceaea8354 2022-05-31T07:03:02.924Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e27a099-2562-45d5-8404-553ceaea8354 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-05-31T07:03:02.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "multicloud-k8s-id", "timestamp": 1653980574033, "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-05-31T07:03:02.934Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e27a099-2562-45d5-8404-553ceaea8354 2022-05-31T07:03:02.934Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e27a099-2562-45d5-8404-553ceaea8354 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-05-31T07:03:02.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "clamp", "timestamp": 1653980569634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "policy-id", "timestamp": 1653980571638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653980574042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "multicloud-k8s-id", "timestamp": 1653980575035, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "clamp", "timestamp": 1653980569634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "policy-id", "timestamp": 1653980571638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653980574042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "clamp", "timestamp": 1653980569634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "policy-id", "timestamp": 1653980571638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653980574042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "policy-id", "timestamp": 1653980571638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653980574042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "aai-ml", "timestamp": 1653980577706, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T07:03:02.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:03:02.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "policy-id", "timestamp": 1653980571638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:03:02.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653980574042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "aai-ml", "timestamp": 1653980578709, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T07:03:02.946Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8e27a099-2562-45d5-8404-553ceaea8354 2022-05-31T07:03:02.946Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e27a099-2562-45d5-8404-553ceaea8354 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-05-31T07:03:02.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "policy-id", "timestamp": 1653980579352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653980574042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "policy-id", "timestamp": 1653980580357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653980574042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "policy-id", "timestamp": 1653980581359, "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-05-31T07:03:02.959Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e27a099-2562-45d5-8404-553ceaea8354 2022-05-31T07:03:02.959Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e27a099-2562-45d5-8404-553ceaea8354 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-05-31T07:03:02.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:03:02.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653980581766, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:03:02.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:03:03.005Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T07:03:03.005Z||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-05-31T07:03:03.005Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:03.014Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:03.015Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:03.905Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:03:03.906Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:03.907Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:03.907Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:03:04.008Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:03:04.008Z||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-05-31T07:03:04.008Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:04.017Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:04.017Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:04.908Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:03:04.909Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:04.910Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:04.910Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T07:03:05.010Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:03:05.011Z||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-05-31T07:03:05.011Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:05.020Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:05.021Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-31T07:03:05.911Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:03:05.911Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:05.913Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:05.913Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:06.013Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:03:06.013Z||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-05-31T07:03:06.014Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:06.022Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:06.022Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:06.913Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:03:06.914Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:06.915Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:06.915Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T07:03:07.015Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:03:07.016Z||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-05-31T07:03:07.016Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:07.024Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:07.024Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:07.916Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:03:07.916Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:07.917Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:07.917Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:03:08.018Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:03:08.018Z||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-05-31T07:03:08.018Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:08.027Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:08.027Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:08.918Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:03:08.918Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:08.920Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:08.920Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:03:09.020Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:03:09.020Z||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-05-31T07:03:09.021Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:09.030Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:09.030Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:09.921Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "serviceName": "vFW 2022-05-31 07-01-12", "serviceVersion": "1.0", "serviceUUID": "f2a9bded-4ec9-436a-8be5-db58893d6f4d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "249646f1-8a53-420f-9ba2-ec33b00b01f5", "resources": [ { "resourceInstanceName": "vFW f3413a5d-3dbe 0", "resourceCustomizationUUID": "f8125591-153b-4a3b-a6e6-db94ff9a32c5", "resourceName": "vFW f3413a5d-3dbe", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "71ed200b-07f1-4cf3-9274-182318f8c3a3", "resourceInvariantUUID": "286e29e2-440f-4a6b-ac68-56b8f486081b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf3413a5d3dbe0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "artifactChecksum": "NzI4ODhjZjAyNjUzYjY3MjAyZjY0NmNiNDZhNjE4MjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2a83a7ac-0868-4cd3-b8cf-3f63df01f8d9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5af30a9f-216e-4f51-b108-f07f41d70353", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b93af094-7d36-4a7c-b179-7d2b9447ec47", "generatedFromUUID": "5af30a9f-216e-4f51-b108-f07f41d70353" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b93af094-7d36-4a7c-b179-7d2b9447ec47", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220531070112-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "artifactChecksum": "NmZjYjc5NDIxNDg0MjE4MWZhM2EwMDc1Zjk0NTZlYzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "da7b50fa-c223-443b-8827-d75125f6f5fd" } ], "workloadContext": "Production" } 2022-05-31T07:03:09.921Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T07:03:09.921Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f2a9bded-4ec9-436a-8be5-db58893d6f4d ASDC 2022-05-31T07:03:09.921Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:8e27a099-2562-45d5-8404-553ceaea8354 ServiceName:vFW 2022-05-31 07-01-12 ServiceVersion:1.0 ServiceUUID:f2a9bded-4ec9-436a-8be5-db58893d6f4d ServiceInvariantUUID:249646f1-8a53-420f-9ba2-ec33b00b01f5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220531070112-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar ArtifactUUID:da7b50fa-c223-443b-8827-d75125f6f5fd ArtifactChecksum:NmZjYjc5NDIxNDg0MjE4MWZhM2EwMDc1Zjk0NTZlYzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f3413a5d-3dbe 0 ResourceCustomizationUUID:f8125591-153b-4a3b-a6e6-db94ff9a32c5 ResourceInvariantUUID:286e29e2-440f-4a6b-ac68-56b8f486081b ResourceName:vFW f3413a5d-3dbe ResourceType:VF ResourceUUID:71ed200b-07f1-4cf3-9274-182318f8c3a3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf3413a5d3dbe0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json ArtifactUUID:2a83a7ac-0868-4cd3-b8cf-3f63df01f8d9 ArtifactChecksum:NzI4ODhjZjAyNjUzYjY3MjAyZjY0NmNiNDZhNjE4MjY= 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/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml ArtifactUUID:5af30a9f-216e-4f51-b108-f07f41d70353 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/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env ArtifactUUID:b93af094-7d36-4a7c-b179-7d2b9447ec47 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/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env ArtifactUUID:b93af094-7d36-4a7c-b179-7d2b9447ec47 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T07:03:09.921Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2a9bded-4ec9-436a-8be5-db58893d6f4d 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-05-31T07:03:09.952Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T07:03:09.953Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-31T07:03:09.953Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-31T07:03:09.953Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: da7b50fa-c223-443b-8827-d75125f6f5fd from URL: /sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar 2022-05-31T07:03:09.953Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-31T07:03:09.953Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar 2022-05-31T07:03:10.301Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-31T07:03:10.305Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar da7b50fa-c223-443b-8827-d75125f6f5fd 99007 2022-05-31T07:03:10.305Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar ASDC sendASDCNotification 2022-05-31T07:03:10.305Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar 2022-05-31T07:03:10.306Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:03:10.306Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:10.307Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:10.307Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980590305, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:03:10.407Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-05-31T07:03:10.408Z||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-05-31T07:03:10.408Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:10.417Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:10.417Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:11.312Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T07:03:11.313Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-31T07:03:11.313Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: da7b50fa-c223-443b-8827-d75125f6f5fd, URL: /sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar to file: /app/ASDC/1/service-Vfw20220531070112-csar.csar 2022-05-31T07:03:11.314Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531070112-csar.csar 2022-05-31T07:03:11.314Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531070112-csar.csar 2022-05-31T07:03:11.314Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531070112-csar.csar 2022-05-31T07:03:11.423Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7002361596757794973/Definitions/service-Vfw20220531070112-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-05-31T07:03:12.915Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-31T07:03:12.915Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-31T07:03:12.915Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.916Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-31T07:03:12.916Z|8e27a099-2562-45d5-8404-553ceaea8354|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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.916Z|8e27a099-2562-45d5-8404-553ceaea8354|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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.916Z|8e27a099-2562-45d5-8404-553ceaea8354|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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.916Z|8e27a099-2562-45d5-8404-553ceaea8354|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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.916Z|8e27a099-2562-45d5-8404-553ceaea8354|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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.916Z|8e27a099-2562-45d5-8404-553ceaea8354|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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.916Z|8e27a099-2562-45d5-8404-553ceaea8354|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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.916Z|8e27a099-2562-45d5-8404-553ceaea8354|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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.916Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f3413a5d-3dbe 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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.916Z|8e27a099-2562-45d5-8404-553ceaea8354|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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.917Z|8e27a099-2562-45d5-8404-553ceaea8354|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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.917Z|8e27a099-2562-45d5-8404-553ceaea8354|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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.917Z|8e27a099-2562-45d5-8404-553ceaea8354|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-Vfw20220531070112-csar.csar 2022-05-31T07:03:12.917Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-31T07:03:12.917Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.917Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:12.917Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is matching search criteria 2022-05-31T07:03:12.917Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-31T07:03:12.918Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f3413a5d-3dbe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T07:03:12.918Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.918Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:12.918Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is matching search criteria 2022-05-31T07:03:12.918Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-31T07:03:12.918Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f3413a5d-3dbe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T07:03:12.918Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.919Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:12.919Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.919Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is not matching search criteria 2022-05-31T07:03:12.919Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:03:12.919Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:03:12.919Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T07:03:12.919Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:03:12.920Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:12.920Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:03:12.920Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T07:03:12.920Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T07:03:12.920Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T07:03:12.920Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:03:12.920Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:12.920Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T07:03:12.921Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:12.921Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T07:03:12.921Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:03:12.921Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T07:03:12.921Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.921Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T07:03:12.921Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.922Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is matching search criteria 2022-05-31T07:03:12.922Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f3413a5d-3dbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:03:12.922Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.922Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is matching search criteria 2022-05-31T07:03:12.922Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f3413a5d-3dbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:03:12.922Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.923Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is matching search criteria 2022-05-31T07:03:12.923Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f3413a5d-3dbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:03:12.923Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.923Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is not matching search criteria 2022-05-31T07:03:12.923Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:03:12.923Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:03:12.924Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T07:03:12.924Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T07:03:12.924Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T07:03:12.924Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:03:12.924Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:12.924Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T07:03:12.924Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:12.924Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T07:03:12.925Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:03:12.925Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b33a167-4255-47fd-94e2-95be93027b93 2022-05-31T07:03:12.925Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.925Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is not matching search criteria 2022-05-31T07:03:12.925Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:03:12.925Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:03:12.925Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T07:03:12.926Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:03:12.926Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:12.926Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:03:12.926Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T07:03:12.926Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T07:03:12.926Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T07:03:12.926Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:12.927Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T07:03:12.927Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:03:12.927Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=20d2bb41-bdf0-4611-98cc-3c2e36875834 2022-05-31T07:03:12.927Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.927Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is not matching search criteria 2022-05-31T07:03:12.927Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:03:12.927Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:03:12.927Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T07:03:12.928Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:03:12.928Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:12.928Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:03:12.928Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T07:03:12.928Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T07:03:12.928Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T07:03:12.928Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:03:12.929Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:12.929Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T07:03:12.929Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2de8eaf4-ac0e-4856-8196-a4da45174dbc 2022-05-31T07:03:12.929Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.929Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:12.929Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.929Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:12.929Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.930Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:12.930Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:12.930Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:12.930Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-31 07-01-12 Description:catalog service description Model UUID:f2a9bded-4ec9-436a-8be5-db58893d6f4d Model Version:NULL Model InvariantUuid:249646f1-8a53-420f-9ba2-ec33b00b01f5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f3413a5d-3dbe Model UUID:d800bba6-82d7-4f84-80cb-8d7e142ff96e Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:286e29e2-440f-4a6b-ac68-56b8f486081b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f8125591-153b-4a3b-a6e6-db94ff9a32c5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:24008b6d-91ee-40a3-8fa5-d04dcc46a428 ModelName:VfwF3413a5d3dbe..base_vfw..module-0 ModelUuid:843232fc-faa1-4ac6-9530-b7c77b47d0f0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8b33a167-4255-47fd-94e2-95be93027b93 ModelInvariantUuid:b375d9d5-738e-48a4-b67b-5b5d7c832528 ModelName:vFW f3413a5d-3dbe-nodes.vfwCvfc ModelUuid:5abe2ed8-6e56-4442-a734-7a15344ab670 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b6a0dc3a-9e2a-446f-a08a-ffd869a5eb4c ModelInvariantUuid:a95f4641-ceec-4c9f-bb0c-c7de344ab7c4 ModelName:VfwF3413a5d3dbe.compute.nodes.heat.vfw ModelUuid:7a86db3d-2121-4e3c-a406-5573ac6dfa09 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:20d2bb41-bdf0-4611-98cc-3c2e36875834 ModelInvariantUuid:cd8fd315-ddc3-4a39-b293-254d0fd9f72d ModelName:vFW f3413a5d-3dbe-nodes.vsnCvfc ModelUuid:615bdde6-a951-4376-9e15-da8d7903de88 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:fdcf9a8d-9677-4077-b23b-8c9f310523b1 ModelInvariantUuid:61fe6dd0-7c22-44bd-8f3b-6ab4ba0b55d3 ModelName:VfwF3413a5d3dbe.compute.nodes.heat.vsn ModelUuid:20a0be08-2d3a-4936-836b-964c4e15ed9a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2de8eaf4-ac0e-4856-8196-a4da45174dbc ModelInvariantUuid:f53be8d7-a62a-4fbc-805a-a0e248cb2445 ModelName:vFW f3413a5d-3dbe-nodes.vpgCvfc ModelUuid:b88b29e8-6b1c-432d-af77-ecc8d3545564 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6c79689e-8ce8-4162-85d1-68537dad05dd ModelInvariantUuid:4a8a80a0-3fdb-4861-8931-3f427a4ca8cb ModelName:VfwF3413a5d3dbe.compute.nodes.heat.vpg ModelUuid:e240fb66-470f-4e43-ae55-85b372c15212 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-05-31T07:03:12.934Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 71ed200b-07f1-4cf3-9274-182318f8c3a3 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-05-31T07:03:12.936Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||vFW f3413a5d-3dbe 0 2022-05-31T07:03:12.936Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71ed200b-07f1-4cf3-9274-182318f8c3a3 2022-05-31T07:03:12.936Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a83a7ac-0868-4cd3-b8cf-3f63df01f8d9 from URL: /sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json 2022-05-31T07:03:12.936Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-31T07:03:12.936Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json 2022-05-31T07:03:13.158Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-31T07:03:13.159Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json 2a83a7ac-0868-4cd3-b8cf-3f63df01f8d9 785 2022-05-31T07:03:13.159Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json ASDC sendASDCNotification 2022-05-31T07:03:13.159Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json 2022-05-31T07:03:13.159Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:03:13.160Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:13.161Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:13.161Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980593159, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:03:13.261Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T07:03:13.262Z||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-05-31T07:03:13.262Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:13.271Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:13.271Z||pool-134-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:14.162Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF3413a5d3dbe..base_vfw..module-0", "vfModuleModelInvariantUUID": "24008b6d-91ee-40a3-8fa5-d04dcc46a428", "vfModuleModelVersion": "1", "vfModuleModelUUID": "843232fc-faa1-4ac6-9530-b7c77b47d0f0", "vfModuleModelCustomizationUUID": "f4042db8-5fac-46e5-ac59-63e5add0f975", "isBase": true, "artifacts": [ "5af30a9f-216e-4f51-b108-f07f41d70353", "b93af094-7d36-4a7c-b179-7d2b9447ec47" ], "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-05-31T07:03:14.165Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF3413a5d3dbe..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:843232fc-faa1-4ac6-9530-b7c77b47d0f0 VfModuleModelInvariantUUID:24008b6d-91ee-40a3-8fa5-d04dcc46a428 VfModuleModelDescription:NULL Artifacts UUID List:{ 5af30a9f-216e-4f51-b108-f07f41d70353 , b93af094-7d36-4a7c-b179-7d2b9447ec47 } 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-05-31T07:03:14.166Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF3413a5d3dbe..base_vfw..module-0", "vfModuleModelInvariantUUID": "24008b6d-91ee-40a3-8fa5-d04dcc46a428", "vfModuleModelVersion": "1", "vfModuleModelUUID": "843232fc-faa1-4ac6-9530-b7c77b47d0f0", "vfModuleModelCustomizationUUID": "f4042db8-5fac-46e5-ac59-63e5add0f975", "isBase": true, "artifacts": [ "5af30a9f-216e-4f51-b108-f07f41d70353", "b93af094-7d36-4a7c-b179-7d2b9447ec47" ], "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-05-31T07:03:14.166Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF3413a5d3dbe..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:843232fc-faa1-4ac6-9530-b7c77b47d0f0 VfModuleModelInvariantUUID:24008b6d-91ee-40a3-8fa5-d04dcc46a428 VfModuleModelDescription:NULL Artifacts UUID List:{ 5af30a9f-216e-4f51-b108-f07f41d70353 , b93af094-7d36-4a7c-b179-7d2b9447ec47 } 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-05-31T07:03:14.166Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5af30a9f-216e-4f51-b108-f07f41d70353 from URL: /sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml 2022-05-31T07:03:14.167Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-31T07:03:14.167Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml 2022-05-31T07:03:14.352Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-31T07:03:14.352Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml 5af30a9f-216e-4f51-b108-f07f41d70353 20368 2022-05-31T07:03:14.353Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T07:03:14.353Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml 2022-05-31T07:03:14.353Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:03:14.353Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:14.354Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:14.354Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980594352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:03:14.454Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:03:14.455Z||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-05-31T07:03:14.455Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:14.463Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:14.463Z||pool-135-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:15.355Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b93af094-7d36-4a7c-b179-7d2b9447ec47 from URL: /sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env 2022-05-31T07:03:15.355Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-31T07:03:15.355Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env 2022-05-31T07:03:15.472Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-31T07:03:15.472Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env b93af094-7d36-4a7c-b179-7d2b9447ec47 2098 2022-05-31T07:03:15.472Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T07:03:15.472Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env 2022-05-31T07:03:15.472Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:03:15.472Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:15.474Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:15.474Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980595472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:03:15.574Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:03:15.574Z||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-05-31T07:03:15.574Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:15.583Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:15.583Z||pool-136-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:16.474Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f2a9bded-4ec9-436a-8be5-db58893d6f4d 2022-05-31T07:03:16.475Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f3413a5d-3dbe 0 71ed200b-07f1-4cf3-9274-182318f8c3a3 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-05-31T07:03:16.486Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1fd03da1, org.onap.sdc.toscaparser.api.parameters.Input@583747ae, org.onap.sdc.toscaparser.api.parameters.Input@5413f240, org.onap.sdc.toscaparser.api.parameters.Input@7228a32a, org.onap.sdc.toscaparser.api.parameters.Input@6c0bb5fb] 2022-05-31T07:03:16.487Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.487Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:16.487Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-05-31T07:03:16.487Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f8125591-153b-4a3b-a6e6-db94ff9a32c5 2022-05-31T07:03:16.487Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8125591-153b-4a3b-a6e6-db94ff9a32c5 matches Tosca VF Customization UUID: f8125591-153b-4a3b-a6e6-db94ff9a32c5 2022-05-31T07:03:16.487Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f8125591-153b-4a3b-a6e6-db94ff9a32c5 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-05-31T07:03:16.489Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.489Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:16.489Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f8125591-153b-4a3b-a6e6-db94ff9a32c5: {\"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-05-31T07:03:16.490Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72af3de1 2022-05-31T07:03:16.490Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.490Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T07:03:16.490Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4042db8-5fac-46e5-ac59-63e5add0f975 2022-05-31T07:03:16.490Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4042db8-5fac-46e5-ac59-63e5add0f975 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-05-31T07:03:16.491Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.491Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is matching search criteria 2022-05-31T07:03:16.491Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f3413a5d-3dbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:03:16.492Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.492Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is matching search criteria 2022-05-31T07:03:16.492Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f3413a5d-3dbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:03:16.492Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.492Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is not matching search criteria 2022-05-31T07:03:16.492Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:03:16.492Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:03:16.492Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T07:03:16.492Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T07:03:16.492Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T07:03:16.492Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:03:16.492Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:16.493Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T07:03:16.493Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:16.493Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T07:03:16.493Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:03:16.493Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b33a167-4255-47fd-94e2-95be93027b93 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-05-31T07:03:16.494Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.494Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is matching search criteria 2022-05-31T07:03:16.494Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f3413a5d-3dbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is not matching search criteria 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:16.495Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T07:03:16.496Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:03:16.496Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=20d2bb41-bdf0-4611-98cc-3c2e36875834 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-05-31T07:03:16.497Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.497Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is matching search criteria 2022-05-31T07:03:16.497Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f3413a5d-3dbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:03:16.497Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.497Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is not matching search criteria 2022-05-31T07:03:16.498Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:03:16.498Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:03:16.498Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T07:03:16.498Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:03:16.498Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:16.498Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:03:16.498Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T07:03:16.498Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T07:03:16.498Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T07:03:16.498Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:03:16.498Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T07:03:16.498Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T07:03:16.499Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2de8eaf4-ac0e-4856-8196-a4da45174dbc 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-05-31T07:03:16.500Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.500Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is matching search criteria 2022-05-31T07:03:16.500Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f3413a5d-3dbe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:03:16.500Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.500Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Node template vFW f3413a5d-3dbe 0 is matching search criteria 2022-05-31T07:03:16.500Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f3413a5d-3dbe 0] matching following query criteria: sdcType=VF, customizationUUID=f8125591-153b-4a3b-a6e6-db94ff9a32c5 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-05-31T07:03:16.501Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.501Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:16.501Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f2a9bded-4ec9-436a-8be5-db58893d6f4d: vFW f3413a5d-3dbe 2022-05-31T07:03:16.501Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.502Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:16.502Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.502Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:16.502Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.502Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:16.502Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.502Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:16.502Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:03:16.502Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-31 07-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:03:16.502Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-05-31 07-01-12 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-05-31T07:03:16.604Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f3413a5d-3dbe 71ed200b-07f1-4cf3-9274-182318f8c3a3 1 ASDC deployResourceStructure 2022-05-31T07:03:16.605Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json ASDC sendASDCNotification 2022-05-31T07:03:16.605Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json 2022-05-31T07:03:16.605Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:03:16.605Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:16.606Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:16.606Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980596605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:03:16.707Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:03:16.707Z||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-05-31T07:03:16.707Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:16.716Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:16.717Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-31T07:03:17.607Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T07:03:17.607Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml 2022-05-31T07:03:17.607Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:03:17.607Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:17.609Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:17.609Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980597607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T07:03:17.709Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:03:17.710Z||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-05-31T07:03:17.710Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:17.723Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:17.723Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:18.610Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T07:03:18.610Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env 2022-05-31T07:03:18.610Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:03:18.610Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:18.611Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:18.611Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980598609, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T07:03:18.711Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:03:18.712Z||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-05-31T07:03:18.712Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:18.719Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:18.719Z||pool-139-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:19.612Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar ASDC sendASDCNotification 2022-05-31T07:03:19.613Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar 2022-05-31T07:03:19.613Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:03:19.613Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-31T07:03:19.616Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:03:19.617Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980599612, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:03:19.714Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-05-31T07:03:19.715Z||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-05-31T07:03:19.715Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:03:19.724Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:03:19.724Z||pool-140-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:03:20.617Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e27a099-2562-45d5-8404-553ceaea8354 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:03:20.626Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e27a099-2562-45d5-8404-553ceaea8354 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-05-31T07:03:20.628Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:03:20.628Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:03:20.628Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:03:20.628Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:03:50.628Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e27a099-2562-45d5-8404-553ceaea8354 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:03:50.638Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e27a099-2562-45d5-8404-553ceaea8354 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-05-31T07:03:50.640Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:03:50.640Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:03:50.640Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:03:50.640Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:04:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:04:02.279Z||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-05-31T07:04:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:04:02.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:04:02.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:04:02.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:04:02.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:04:20.640Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e27a099-2562-45d5-8404-553ceaea8354 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:04:20.648Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e27a099-2562-45d5-8404-553ceaea8354 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-05-31T07:04:20.649Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:04:20.649Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:04:20.650Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:04:20.650Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:04:50.650Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e27a099-2562-45d5-8404-553ceaea8354 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:04:50.659Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e27a099-2562-45d5-8404-553ceaea8354 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-05-31T07:04:50.660Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:04:50.660Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:04:50.660Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:04:50.660Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:05:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:05:02.279Z||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-05-31T07:05:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:05:02.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:05:02.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:05:02.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:05:02.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T07:05:02.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:05:02.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653980584966, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:05:02.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:05:02.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:05:02.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:05:02.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653980585969, "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-05-31T07:05:02.808Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e27a099-2562-45d5-8404-553ceaea8354 2022-05-31T07:05:02.808Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e27a099-2562-45d5-8404-553ceaea8354 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-05-31T07:05:02.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "clamp", "timestamp": 1653980588145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980582277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "clamp", "timestamp": 1653980590156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:05:02.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:05:02.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980590305, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:05:02.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:05:02.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "clamp", "timestamp": 1653980591160, "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-05-31T07:05:02.821Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e27a099-2562-45d5-8404-553ceaea8354 2022-05-31T07:05:02.821Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e27a099-2562-45d5-8404-553ceaea8354 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-05-31T07:05:02.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980593159, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980594352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980595472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980596605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/vfwf3413a5d3dbe0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980597607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980598609, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/resourceInstances/vfwf3413a5d3dbe0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T07:05:02.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:05:02.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-31T07:05:02.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980599612, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531070112/1.0/artifacts/service-Vfw20220531070112-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:05:02.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:05:20.661Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e27a099-2562-45d5-8404-553ceaea8354 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:05:20.670Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e27a099-2562-45d5-8404-553ceaea8354 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-05-31T07:05:20.671Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:05:20.671Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:05:20.671Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T07:05:20.671Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T07:05:20.672Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T07:05:20.672Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T07:05:20.676Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T07:05:50.676Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e27a099-2562-45d5-8404-553ceaea8354 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-05-31T07:05:50.680Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e27a099-2562-45d5-8404-553ceaea8354 and serviceModelVersionId: f2a9bded-4ec9-436a-8be5-db58893d6f4d 2022-05-31T07:05:50.680Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 249646f1-8a53-420f-9ba2-ec33b00b01f5 2022-05-31T07:05:50.681Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0 2022-05-31T07:05:50.685Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-31T07:05:50.711Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?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-05-31T07:05:50.712Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Invoke 2022-05-31T07:05:52.238Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?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-05-31T07:05:52.238Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Invoke 2022-05-31T07:05:53.780Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?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-05-31T07:05:53.781Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Invoke 2022-05-31T07:05:54.808Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:05:54.809Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T07:05:54.809Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:05:54.809Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T07:05:54.813Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|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-05-31T07:05:54.813Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e27a099-2562-45d5-8404-553ceaea8354 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:05:54.814Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T07:05:54.814Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:05:54.815Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:05:54.815Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||try to send status { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980754814, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T07:05:54.915Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:05:54.916Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:05:54.916Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:05:54.929Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:05:54.929Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 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-05-31T07:05:55.826Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:05:55.826Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:05:55.827Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:06:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:06:02.279Z||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-05-31T07:06:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:06:02.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:06:02.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-31T07:06:02.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e27a099-2562-45d5-8404-553ceaea8354", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653980754814, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T07:06:02.899Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:06:06.055Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:06:06.056Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:06:06.056Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:06:06.056Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:06:15.591Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:06:15.592Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:06:15.592Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:06:15.592Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:06:25.131Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:07:02.277Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:07:02.277Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:07:02.278Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:07:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:07:02.279Z||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-05-31T07:07:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:07:11.815Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:07:11.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:08:02.277Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:08:02.277Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:08:02.278Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:08:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:08:02.279Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:08:02.279Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:08:11.816Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:08:11.816Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:09:02.277Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:09:02.277Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:09:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:09:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:09:02.279Z||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-05-31T07:09:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:09:11.813Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:09:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:10:02.277Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:10:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:10:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:10:02.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:10:02.279Z||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-05-31T07:10:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:10:11.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:10:11.813Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:11:02.277Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:11:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:11:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:11:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:11:02.279Z||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-05-31T07:11:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:11:11.812Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:11:11.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:12:02.277Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:12:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:12:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:12:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:12:02.279Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:12:02.279Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:12:11.813Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:12:11.813Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:13:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:13:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:13:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:13:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:13:02.279Z||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-05-31T07:13:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:13:11.816Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:13:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:14:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:14:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:14:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:14:02.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:14:02.279Z||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-05-31T07:14:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:14:11.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:14:11.815Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:15:02.277Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:15:02.278Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:15:02.279Z||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-05-31T07:15:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:02.899Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:02.899Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||received message from topic 2022-05-31T07:15:02.899Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f88a2227-0fae-4b0a-bc6b-d0d3aca238f1","serviceName":"vFW 2022-05-31 07-13-39","serviceVersion":"1.0","serviceUUID":"1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d","serviceDescription":"catalog service description","serviceInvariantUUID":"66424be9-d2af-4622-8d2c-2d363ac4afff","resources":[{"resourceInstanceName":"vFW ee38ccdb-12c1 0","resourceName":"vFW ee38ccdb-12c1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32dc5f98-9481-4436-a8bf-b613e5e620c0","resourceInvariantUUID":"903ce34d-9609-4e7b-9fdb-185534266648","resourceCustomizationUUID":"02e44398-abfd-4d15-aefb-b07e754164a0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vf-license-model.xml","artifactChecksum":"YjA2ZjViNWM1MDAxZWRmYjNkODZkMzk2YTRjZTUyNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05f86c2e-da4f-409c-b13d-08e4367291f0","artifactVersion":"1"},{"artifactName":"vfwee38ccdb12c10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json","artifactChecksum":"ZGVkNGQwNTM2OGY4NGQ3M2MzNGIzODc5NmFjYzE2MzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55da008e-a2db-4b60-acbc-7564658c70f4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08f4b991-8243-4da1-8a5a-1ecd3be71892","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vendor-license-model.xml","artifactChecksum":"NGJjNWJhODU5MGU4Yzc4Mzk1YzkyMTZkMjQ3ZWY3ZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c9a2610b-f358-468b-a494-1bbe95832d69","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0f1638f8-2d71-481d-a16c-2573afc1596b","artifactVersion":"2","generatedFromUUID":"08f4b991-8243-4da1-8a5a-1ecd3be71892"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531071339-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-template.yml","artifactChecksum":"ZTdiYzBiY2E2ZDVlMmNmNTg3MjE4MGVkOWE1OWI1ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"092e930e-2865-4afc-b3f0-285841f54006","artifactVersion":"1"},{"artifactName":"service-Vfw20220531071339-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar","artifactChecksum":"ZmI2YmU0ZWM0MDMyYmU5NjIxYjQzZjljYzA2ZTBmNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0801809d-37c8-41df-a5b3-fdf7d473623f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T07:15:02.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:02.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:15:02.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:15:02.901Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:15:02.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:15:02.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:15:02.901Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:02.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "ves-openapi-manager", "timestamp": 1653981295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:15:02.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:15:02.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:15:02.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "cds", "timestamp": 1653981299522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:15:02.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:15:02.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:15:02.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "multicloud-k8s-id", "timestamp": 1653981298708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:15:02.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:15:02.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:15:02.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "policy-id", "timestamp": 1653981291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:15:02.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:15:02.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:15:02.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "ves-openapi-manager", "timestamp": 1653981295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:15:02.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:15:02.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:15:02.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "cds", "timestamp": 1653981299522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:15:02.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:15:02.902Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:02.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:15:02.902Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:15:02.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "multicloud-k8s-id", "timestamp": 1653981298708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "NOTIFIED" } 2022-05-31T07:15:02.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:15:02.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:15:02.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:15:02.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:15:02.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:15:02.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "policy-id", "timestamp": 1653981291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:15:02.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:15:03.002Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:03.003Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:03.003Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:03.011Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:03.011Z||pool-142-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:03.903Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:15:03.903Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:03.904Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:03.905Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "NOTIFIED" } 2022-05-31T07:15:04.005Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:04.005Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:04.005Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:04.013Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:04.013Z||pool-143-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:04.905Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:15:04.906Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:04.907Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:04.907Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T07:15:05.008Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:05.008Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:05.008Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:05.016Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:05.017Z||pool-144-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:05.907Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:15:05.908Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:05.909Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:05.909Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:15:06.009Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:06.010Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:06.010Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:06.018Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:06.018Z||pool-145-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:06.910Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:15:06.910Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:06.911Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:06.912Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T07:15:07.012Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:07.012Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:07.012Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:07.020Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:07.020Z||pool-146-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:07.912Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:15:07.913Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:07.914Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:07.914Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:15:08.014Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-31T07:15:08.015Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:08.015Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:08.023Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:08.023Z||pool-147-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:08.915Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:15:08.915Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:08.917Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:08.917Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:15:09.017Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:09.017Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:09.017Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:09.026Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:09.026Z||pool-148-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:09.918Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||sending notification to client: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "serviceName": "vFW 2022-05-31 07-13-39", "serviceVersion": "1.0", "serviceUUID": "1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "66424be9-d2af-4622-8d2c-2d363ac4afff", "resources": [ { "resourceInstanceName": "vFW ee38ccdb-12c1 0", "resourceCustomizationUUID": "02e44398-abfd-4d15-aefb-b07e754164a0", "resourceName": "vFW ee38ccdb-12c1", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "32dc5f98-9481-4436-a8bf-b613e5e620c0", "resourceInvariantUUID": "903ce34d-9609-4e7b-9fdb-185534266648", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwee38ccdb12c10_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "artifactChecksum": "ZGVkNGQwNTM2OGY4NGQ3M2MzNGIzODc5NmFjYzE2MzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55da008e-a2db-4b60-acbc-7564658c70f4", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "08f4b991-8243-4da1-8a5a-1ecd3be71892", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0f1638f8-2d71-481d-a16c-2573afc1596b", "generatedFromUUID": "08f4b991-8243-4da1-8a5a-1ecd3be71892" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0f1638f8-2d71-481d-a16c-2573afc1596b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220531071339-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "artifactChecksum": "ZmI2YmU0ZWM0MDMyYmU5NjIxYjQzZjljYzA2ZTBmNmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0801809d-37c8-41df-a5b3-fdf7d473623f" } ], "workloadContext": "Production" } 2022-05-31T07:15:09.918Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T07:15:09.918Z|453b363b-37d3-4b2c-843e-629fb1c8b8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d ASDC 2022-05-31T07:15:09.918Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||ASDC Notification: DistributionID:f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 ServiceName:vFW 2022-05-31 07-13-39 ServiceVersion:1.0 ServiceUUID:1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d ServiceInvariantUUID:66424be9-d2af-4622-8d2c-2d363ac4afff ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220531071339-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar ArtifactUUID:0801809d-37c8-41df-a5b3-fdf7d473623f ArtifactChecksum:ZmI2YmU0ZWM0MDMyYmU5NjIxYjQzZjljYzA2ZTBmNmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ee38ccdb-12c1 0 ResourceCustomizationUUID:02e44398-abfd-4d15-aefb-b07e754164a0 ResourceInvariantUUID:903ce34d-9609-4e7b-9fdb-185534266648 ResourceName:vFW ee38ccdb-12c1 ResourceType:VF ResourceUUID:32dc5f98-9481-4436-a8bf-b613e5e620c0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwee38ccdb12c10_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json ArtifactUUID:55da008e-a2db-4b60-acbc-7564658c70f4 ArtifactChecksum:ZGVkNGQwNTM2OGY4NGQ3M2MzNGIzODc5NmFjYzE2MzI= 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/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml ArtifactUUID:08f4b991-8243-4da1-8a5a-1ecd3be71892 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/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env ArtifactUUID:0f1638f8-2d71-481d-a16c-2573afc1596b 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/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env ArtifactUUID:0f1638f8-2d71-481d-a16c-2573afc1596b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T07:15:09.918Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d 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-05-31T07:15:09.945Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T07:15:09.946Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||MSO config path is: /app 2022-05-31T07:15:09.946Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||MSO config path is: /app 2022-05-31T07:15:09.946Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||Trying to download the artifact UUID: 0801809d-37c8-41df-a5b3-fdf7d473623f from URL: /sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar 2022-05-31T07:15:09.946Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:15:09.946Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar 2022-05-31T07:15:10.250Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:15:10.255Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar 0801809d-37c8-41df-a5b3-fdf7d473623f 99023 2022-05-31T07:15:10.255Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar ASDC sendASDCNotification 2022-05-31T07:15:10.255Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar 2022-05-31T07:15:10.256Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:15:10.256Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:10.257Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:10.257Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981310255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:15:10.357Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:10.358Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:10.358Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:10.367Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:10.367Z||pool-149-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:11.258Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T07:15:11.258Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||MSO config path is: /app 2022-05-31T07:15:11.259Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||Trying to write artifact UUID: 0801809d-37c8-41df-a5b3-fdf7d473623f, URL: /sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar to file: /app/ASDC/1/service-Vfw20220531071339-csar.csar 2022-05-31T07:15:11.259Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531071339-csar.csar 2022-05-31T07:15:11.259Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531071339-csar.csar 2022-05-31T07:15:11.259Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531071339-csar.csar 2022-05-31T07:15:11.368Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15518349173659298782/Definitions/service-Vfw20220531071339-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-05-31T07:15:12.820Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||#################################################################################################### 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|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-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ee38ccdb-12c1 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-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|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-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|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-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|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-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|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-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|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-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|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-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|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-Vfw20220531071339-csar.csar 2022-05-31T07:15:12.821Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|WARN|500||#################################################################################################### 2022-05-31T07:15:12.822Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.822Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:12.822Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is matching search criteria 2022-05-31T07:15:12.822Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T07:15:12.822Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [vFW ee38ccdb-12c1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T07:15:12.822Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.822Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:12.822Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is matching search criteria 2022-05-31T07:15:12.822Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T07:15:12.822Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [vFW ee38ccdb-12c1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is not matching search criteria 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T07:15:12.823Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:15:12.824Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:12.824Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T07:15:12.824Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:12.824Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T07:15:12.824Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:15:12.824Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T07:15:12.824Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.824Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T07:15:12.824Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.824Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is matching search criteria 2022-05-31T07:15:12.824Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [vFW ee38ccdb-12c1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is matching search criteria 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [vFW ee38ccdb-12c1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is matching search criteria 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [vFW ee38ccdb-12c1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is not matching search criteria 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T07:15:12.825Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T07:15:12.826Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:15:12.826Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:12.826Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T07:15:12.826Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:12.826Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T07:15:12.826Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:15:12.826Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a4a5adc6-6125-4fb0-8162-1e89e1067f0e 2022-05-31T07:15:12.826Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.826Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is not matching search criteria 2022-05-31T07:15:12.826Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:15:12.826Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T07:15:12.826Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9db1a2b8-caba-4969-96a0-07e0ddffbff5 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is not matching search criteria 2022-05-31T07:15:12.827Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a9327a5d-5ea7-4cff-b40c-811c001345bf 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.828Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:12.829Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.829Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:12.829Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.829Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:12.829Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:12.829Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:12.829Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-31 07-13-39 Description:catalog service description Model UUID:1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d Model Version:NULL Model InvariantUuid:66424be9-d2af-4622-8d2c-2d363ac4afff Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ee38ccdb-12c1 Model UUID:ce9941a4-f331-40ea-846a-923aaf0aaae3 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:903ce34d-9609-4e7b-9fdb-185534266648 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:02e44398-abfd-4d15-aefb-b07e754164a0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2a286581-22e1-4ee1-a1a3-bfbf4ebb027b ModelName:VfwEe38ccdb12c1..base_vfw..module-0 ModelUuid:cc1fc082-8ed4-4cec-a39a-8e82be5dd2b1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a4a5adc6-6125-4fb0-8162-1e89e1067f0e ModelInvariantUuid:ae4d1584-e1fa-462d-8582-1ead6f29b16b ModelName:vFW ee38ccdb-12c1-nodes.vfwCvfc ModelUuid:ecd90a14-0fc5-4ed6-b423-49125c0d330d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:53007913-4cfa-47b6-8350-eb22928c834c ModelInvariantUuid:7521b497-b8d4-425d-81c2-5b294e83dfec ModelName:VfwEe38ccdb12c1.compute.nodes.heat.vfw ModelUuid:7d64bd41-9abb-467d-a736-395d42ade460 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9db1a2b8-caba-4969-96a0-07e0ddffbff5 ModelInvariantUuid:456fd9ca-99e5-4e10-b708-ebf2d3e21a44 ModelName:vFW ee38ccdb-12c1-nodes.vsnCvfc ModelUuid:9c22e2d5-6108-49bc-ab7f-1c06d761ed89 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:480e58e5-76b9-4f83-b7d7-5909d06f11d2 ModelInvariantUuid:9ef25fdf-2fba-4da2-80f1-4b9e623bc64d ModelName:VfwEe38ccdb12c1.compute.nodes.heat.vsn ModelUuid:0daa7fda-d8cd-466e-a216-d26608bf7fd9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a9327a5d-5ea7-4cff-b40c-811c001345bf ModelInvariantUuid:7b943ac2-acb5-4656-b313-4819a42617b7 ModelName:vFW ee38ccdb-12c1-nodes.vpgCvfc ModelUuid:5e263f91-f751-4e34-bf70-5752fa271f51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:67ac9987-e4ce-46a6-adda-4e2baa3e8e3e ModelInvariantUuid:4ae47f51-b9b7-40c5-af25-d535cc5a2b1e ModelName:VfwEe38ccdb12c1.compute.nodes.heat.vpg ModelUuid:518ceea5-38dd-40b5-b6a9-230a19b5c6a7 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-05-31T07:15:12.834Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 32dc5f98-9481-4436-a8bf-b613e5e620c0 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-05-31T07:15:12.835Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||vFW ee38ccdb-12c1 0 2022-05-31T07:15:12.836Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 32dc5f98-9481-4436-a8bf-b613e5e620c0 2022-05-31T07:15:12.836Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||Trying to download the artifact UUID: 55da008e-a2db-4b60-acbc-7564658c70f4 from URL: /sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json 2022-05-31T07:15:12.836Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:15:12.836Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json 2022-05-31T07:15:13.147Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:15:13.147Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json 55da008e-a2db-4b60-acbc-7564658c70f4 785 2022-05-31T07:15:13.147Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json ASDC sendASDCNotification 2022-05-31T07:15:13.147Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json 2022-05-31T07:15:13.147Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:15:13.147Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:13.149Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:13.149Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981313147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:15:13.252Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-05-31T07:15:13.253Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:13.253Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:13.265Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:13.265Z||pool-150-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:14.149Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEe38ccdb12c1..base_vfw..module-0", "vfModuleModelInvariantUUID": "2a286581-22e1-4ee1-a1a3-bfbf4ebb027b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cc1fc082-8ed4-4cec-a39a-8e82be5dd2b1", "vfModuleModelCustomizationUUID": "6c2ce8a9-ef38-462a-b57d-7e0e1ce9720a", "isBase": true, "artifacts": [ "08f4b991-8243-4da1-8a5a-1ecd3be71892", "0f1638f8-2d71-481d-a16c-2573afc1596b" ], "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-05-31T07:15:14.152Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEe38ccdb12c1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cc1fc082-8ed4-4cec-a39a-8e82be5dd2b1 VfModuleModelInvariantUUID:2a286581-22e1-4ee1-a1a3-bfbf4ebb027b VfModuleModelDescription:NULL Artifacts UUID List:{ 08f4b991-8243-4da1-8a5a-1ecd3be71892 , 0f1638f8-2d71-481d-a16c-2573afc1596b } 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-05-31T07:15:14.153Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEe38ccdb12c1..base_vfw..module-0", "vfModuleModelInvariantUUID": "2a286581-22e1-4ee1-a1a3-bfbf4ebb027b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cc1fc082-8ed4-4cec-a39a-8e82be5dd2b1", "vfModuleModelCustomizationUUID": "6c2ce8a9-ef38-462a-b57d-7e0e1ce9720a", "isBase": true, "artifacts": [ "08f4b991-8243-4da1-8a5a-1ecd3be71892", "0f1638f8-2d71-481d-a16c-2573afc1596b" ], "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-05-31T07:15:14.153Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEe38ccdb12c1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cc1fc082-8ed4-4cec-a39a-8e82be5dd2b1 VfModuleModelInvariantUUID:2a286581-22e1-4ee1-a1a3-bfbf4ebb027b VfModuleModelDescription:NULL Artifacts UUID List:{ 08f4b991-8243-4da1-8a5a-1ecd3be71892 , 0f1638f8-2d71-481d-a16c-2573afc1596b } 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-05-31T07:15:14.153Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||Trying to download the artifact UUID: 08f4b991-8243-4da1-8a5a-1ecd3be71892 from URL: /sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml 2022-05-31T07:15:14.153Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:15:14.153Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml 2022-05-31T07:15:14.258Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:15:14.259Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml 08f4b991-8243-4da1-8a5a-1ecd3be71892 20368 2022-05-31T07:15:14.259Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T07:15:14.259Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml 2022-05-31T07:15:14.259Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:15:14.259Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:14.261Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:14.261Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981314259, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:15:14.361Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:14.361Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:14.362Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:14.371Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:14.371Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:15.261Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||Trying to download the artifact UUID: 0f1638f8-2d71-481d-a16c-2573afc1596b from URL: /sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env 2022-05-31T07:15:15.262Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:15:15.262Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env 2022-05-31T07:15:15.452Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:15:15.452Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env 0f1638f8-2d71-481d-a16c-2573afc1596b 2098 2022-05-31T07:15:15.452Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T07:15:15.452Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env 2022-05-31T07:15:15.452Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:15:15.452Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:15.454Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:15.454Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981315452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:15:15.554Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:15.554Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:15.554Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:15.563Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:15.563Z||pool-152-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:16.454Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Preparing to deploy Service: 1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d 2022-05-31T07:15:16.455Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ee38ccdb-12c1 0 32dc5f98-9481-4436-a8bf-b613e5e620c0 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-05-31T07:15:16.468Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45f0a66, org.onap.sdc.toscaparser.api.parameters.Input@66a4b007, org.onap.sdc.toscaparser.api.parameters.Input@16b86af6, org.onap.sdc.toscaparser.api.parameters.Input@f2b6f23, org.onap.sdc.toscaparser.api.parameters.Input@735b489a] 2022-05-31T07:15:16.469Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.470Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:16.470Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||VF Category is: Generic 2022-05-31T07:15:16.470Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||VFCustomizationUUID= 02e44398-abfd-4d15-aefb-b07e754164a0 2022-05-31T07:15:16.470Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 02e44398-abfd-4d15-aefb-b07e754164a0 matches Tosca VF Customization UUID: 02e44398-abfd-4d15-aefb-b07e754164a0 2022-05-31T07:15:16.470Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||vfCustomizationUUID: 02e44398-abfd-4d15-aefb-b07e754164a0 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-05-31T07:15:16.472Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.472Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:16.473Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||resource request for resource customization id 02e44398-abfd-4d15-aefb-b07e754164a0: {\"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-05-31T07:15:16.473Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3180e0b1 2022-05-31T07:15:16.473Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.473Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T07:15:16.473Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6c2ce8a9-ef38-462a-b57d-7e0e1ce9720a 2022-05-31T07:15:16.473Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6c2ce8a9-ef38-462a-b57d-7e0e1ce9720a 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-05-31T07:15:16.475Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.475Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is matching search criteria 2022-05-31T07:15:16.475Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [vFW ee38ccdb-12c1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:15:16.475Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.476Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is matching search criteria 2022-05-31T07:15:16.476Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [vFW ee38ccdb-12c1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:15:16.476Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.476Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is not matching search criteria 2022-05-31T07:15:16.476Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:15:16.476Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-31T07:15:16.477Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:15:16.477Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T07:15:16.477Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T07:15:16.477Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:15:16.477Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:16.477Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T07:15:16.477Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:16.478Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T07:15:16.478Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:15:16.478Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a4a5adc6-6125-4fb0-8162-1e89e1067f0e 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-05-31T07:15:16.479Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.479Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is matching search criteria 2022-05-31T07:15:16.479Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [vFW ee38ccdb-12c1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:15:16.480Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.480Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is not matching search criteria 2022-05-31T07:15:16.480Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:15:16.480Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T07:15:16.480Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:16.480Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:15:16.480Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T07:15:16.481Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:15:16.481Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:15:16.481Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-31T07:15:16.481Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-31T07:15:16.481Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:16.481Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg is not matching search criteria 2022-05-31T07:15:16.481Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:15:16.482Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9db1a2b8-caba-4969-96a0-07e0ddffbff5 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-05-31T07:15:16.483Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.483Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is matching search criteria 2022-05-31T07:15:16.483Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [vFW ee38ccdb-12c1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:15:16.483Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.483Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is not matching search criteria 2022-05-31T07:15:16.484Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-31T07:15:16.484Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-31T07:15:16.484Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:16.484Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:15:16.484Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw is not matching search criteria 2022-05-31T07:15:16.484Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-31T07:15:16.484Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-31T07:15:16.485Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-31T07:15:16.485Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn is not matching search criteria 2022-05-31T07:15:16.485Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-31T07:15:16.485Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-31T07:15:16.485Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-31T07:15:16.485Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a9327a5d-5ea7-4cff-b40c-811c001345bf 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-05-31T07:15:16.486Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.487Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is matching search criteria 2022-05-31T07:15:16.487Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [vFW ee38ccdb-12c1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:15:16.487Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.487Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Node template vFW ee38ccdb-12c1 0 is matching search criteria 2022-05-31T07:15:16.487Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found topology templates [vFW ee38ccdb-12c1 0] matching following query criteria: sdcType=VF, customizationUUID=02e44398-abfd-4d15-aefb-b07e754164a0 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-05-31T07:15:16.488Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.488Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:16.489Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500|| resourceSeq for service uuid 1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d: vFW ee38ccdb-12c1 2022-05-31T07:15:16.489Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.489Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:16.489Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.489Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:16.489Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.489Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:16.490Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.490Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:16.490Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:15:16.490Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Service vFW 2022-05-31 07-13-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:15:16.490Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||Saving Service: vFW 2022-05-31 07-13-39 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-31T07:15:16.587Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ee38ccdb-12c1 32dc5f98-9481-4436-a8bf-b613e5e620c0 1 ASDC deployResourceStructure 2022-05-31T07:15:16.587Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json ASDC sendASDCNotification 2022-05-31T07:15:16.588Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json 2022-05-31T07:15:16.588Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:15:16.588Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:16.589Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:16.589Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981316587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:15:16.689Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:16.690Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:16.690Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:16.698Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:16.699Z||pool-153-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:17.590Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-31T07:15:17.590Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml 2022-05-31T07:15:17.590Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:15:17.591Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:17.592Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:17.592Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981317590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T07:15:17.692Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:17.693Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:17.693Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:17.702Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:17.702Z||pool-154-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:18.593Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-31T07:15:18.593Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env 2022-05-31T07:15:18.593Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:15:18.593Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:18.595Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:18.595Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981318593, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T07:15:18.695Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:18.695Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:18.695Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:18.704Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:18.704Z||pool-155-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:19.595Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar ASDC sendASDCNotification 2022-05-31T07:15:19.596Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar 2022-05-31T07:15:19.596Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:15:19.596Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:15:19.597Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:15:19.597Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981319595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:15:19.697Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:15:19.698Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:15:19.698Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:15:19.705Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:15:19.705Z||pool-156-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:15:20.597Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:15:20.606Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 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-05-31T07:15:20.608Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:15:20.608Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:15:20.608Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:15:50.608Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:15:50.617Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 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-05-31T07:15:50.618Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:15:50.619Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:15:50.619Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:16:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:16:02.279Z||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-05-31T07:16:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:16:02.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:16:02.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:16:02.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "multicloud-k8s-id", "timestamp": 1653981298708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T07:16:02.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:16:20.619Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:16:20.628Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 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-05-31T07:16:20.630Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:16:20.630Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:16:20.630Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:16:50.630Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:16:50.640Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 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-05-31T07:16:50.641Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:16:50.641Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:16:50.641Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:17:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:17:02.279Z||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-05-31T07:17:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:17:02.801Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:17:02.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "ves-openapi-manager", "timestamp": 1653981295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "cds", "timestamp": 1653981299522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "policy-id", "timestamp": 1653981291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T07:17:02.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "multicloud-k8s-id", "timestamp": 1653981298708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "ves-openapi-manager", "timestamp": 1653981295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "cds", "timestamp": 1653981299522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "policy-id", "timestamp": 1653981291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "NOTIFIED" } 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "multicloud-k8s-id", "timestamp": 1653981298708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "ves-openapi-manager", "timestamp": 1653981295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "cds", "timestamp": 1653981299522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "policy-id", "timestamp": 1653981291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "multicloud-k8s-id", "timestamp": 1653981298708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "ves-openapi-manager", "timestamp": 1653981295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "cds", "timestamp": 1653981299522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "policy-id", "timestamp": 1653981291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "aai-ml", "timestamp": 1653981305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "ves-openapi-manager", "timestamp": 1653981295908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "multicloud-k8s-id", "timestamp": 1653981298708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "cds", "timestamp": 1653981299522, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981294042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "policy-id", "timestamp": 1653981291638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "aai-ml", "timestamp": 1653981305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "multicloud-k8s-id", "timestamp": 1653981308009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981308019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "policy-id", "timestamp": 1653981308009, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "aai-ml", "timestamp": 1653981305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "cds", "timestamp": 1653981308106, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981302277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "policy-id", "timestamp": 1653981309014, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "aai-ml", "timestamp": 1653981305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "cds", "timestamp": 1653981309112, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-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-05-31T07:17:02.815Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 2022-05-31T07:17:02.815Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 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-05-31T07:17:02.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "multicloud-k8s-id", "timestamp": 1653981309444, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:17:02.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "policy-id", "timestamp": 1653981310016, "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-05-31T07:17:02.826Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 2022-05-31T07:17:02.826Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 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-05-31T07:17:02.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "aai-ml", "timestamp": 1653981305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981310255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "multicloud-k8s-id", "timestamp": 1653981310705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981310977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "aai-ml", "timestamp": 1653981305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "multicloud-k8s-id", "timestamp": 1653981311731, "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-05-31T07:17:02.837Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 2022-05-31T07:17:02.837Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 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-05-31T07:17:02.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981311980, "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-05-31T07:17:02.845Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 2022-05-31T07:17:02.845Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 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-05-31T07:17:02.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "aai-ml", "timestamp": 1653981305411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "multicloud-k8s-id", "timestamp": 1653981312734, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981313147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "aai-ml", "timestamp": 1653981313354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981314259, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981315452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981316587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981317590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981318593, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981319595, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "clamp", "timestamp": 1653981319634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "aai-ml", "timestamp": 1653981320521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "clamp", "timestamp": 1653981319634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vfwee38ccdb12c10_modules.json", "status": "NOTIFIED" } 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "aai-ml", "timestamp": 1653981321524, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T07:17:02.856Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 2022-05-31T07:17:02.856Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 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-05-31T07:17:02.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "clamp", "timestamp": 1653981319634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "clamp", "timestamp": 1653981319634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "clamp", "timestamp": 1653981319634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/resourceInstances/vfwee38ccdb12c10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "clamp", "timestamp": 1653981319634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "clamp", "timestamp": 1653981319634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "clamp", "timestamp": 1653981339264, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "clamp", "timestamp": 1653981341272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220531071339/1.0/artifacts/service-Vfw20220531071339-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:17:02.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "clamp", "timestamp": 1653981342275, "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-05-31T07:17:02.867Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 2022-05-31T07:17:02.868Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 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-05-31T07:17:20.642Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:17:20.651Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 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-05-31T07:17:20.653Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:17:20.653Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:17:20.653Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T07:17:20.653Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T07:17:20.653Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T07:17:20.653Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T07:17:20.657Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T07:17:50.657Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 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-05-31T07:17:50.663Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 and serviceModelVersionId: 1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d 2022-05-31T07:17:50.663Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66424be9-d2af-4622-8d2c-2d363ac4afff 2022-05-31T07:17:50.664Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0 2022-05-31T07:17:50.667Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-05-31T07:17:50.690Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5009d5b2-e9a4-4100-b8a0-84577d4dec07/model-vers/model-ver/9e894192-8077-4a8d-a798-7bd0b4e9bdbe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?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-05-31T07:17:50.690Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||Invoke 2022-05-31T07:17:52.206Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?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-05-31T07:17:52.207Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||Invoke 2022-05-31T07:17:53.748Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?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-05-31T07:17:53.749Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||Invoke 2022-05-31T07:17:54.776Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:17:54.777Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T07:17:54.777Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:17:54.778Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T07:17:54.782Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|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-05-31T07:17:54.782Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f88a2227-0fae-4b0a-bc6b-d0d3aca238f1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:17:54.782Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T07:17:54.782Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:17:54.783Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:17:54.783Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981474782, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T07:17:54.884Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:17:54.884Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:17:54.884Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:17:54.895Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:17:54.896Z||pool-157-thread-1|||||INFO|500||cambria reply ok (12 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-05-31T07:17:55.794Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:17:55.794Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:17:55.794Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:00.129Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:00.130Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:18:00.130Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1d405044-bf8a-4340-a729-e9c11ebea9c0","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"d193786c-f406-4e61-944e-a8ea7d221ae0","serviceDescription":"service","serviceInvariantUUID":"8cf78282-aeb1-4357-b8f8-f3b7c7221e8f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"152b8e4f-51b4-4b0d-a73c-b0056940a585","resourceInvariantUUID":"3f73b6e4-7a48-4310-b4a5-9170dc96c212","resourceCustomizationUUID":"7441ba94-0e12-4b5a-bebb-4bfbb4c33e0f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fb3f7618-2a69-476d-9ef8-b859b2aa8fa5","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZmJmMmIxNzVkMjdmNDgxZmZiYzM2NDk3MWZhZWNlODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c430dd3-182e-4e67-8ed7-31bf71529ea6","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NDZlYWFiZTEwZmJkNWI0YjhiMGMxYzMzZjE1ZjU0Y2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce685aa1-22ef-4410-a009-8511e46bf27e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d24a7731-4f68-4296-b3db-9dacfce84b1f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9df6615-12fa-4e05-9bb7-3cd5d6aee3a9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7f345a20-929f-4e98-bc9b-a728181610c0","artifactVersion":"2","generatedFromUUID":"d24a7731-4f68-4296-b3db-9dacfce84b1f"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjExOWYwZDA3ZmMzMTJkNGNiOWNiZWI4ZmQ5N2I2YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2053c74-ab96-4b9e-9490-8e26efc3f93b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NThjOTQ3YmJjMTM4Y2U2MzIwZmM5YjdkM2FmOTE2NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bfe06eb9-723d-4e00-baf0-772648e7cac2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T07:18:00.131Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:18:00.131Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:00.132Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:00.132Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:00.232Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:18:00.233Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:00.233Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:00.242Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:00.242Z||pool-158-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:18:01.133Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:18:01.133Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:01.134Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:01.135Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:01.235Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:18:01.235Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:01.235Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:01.244Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:01.245Z||pool-159-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-31T07:18:02.135Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:18:02.136Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:02.137Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:02.137Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:18:02.238Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T07:18:02.238Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:02.238Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:02.250Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:02.250Z||pool-160-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-31T07:18:02.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:18:02.279Z||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-05-31T07:18:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:02.455Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "ves-openapi-manager", "timestamp": 1653981455908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981458708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "aai-ml", "timestamp": 1653981455411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "ves-openapi-manager", "timestamp": 1653981455908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981458708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "aai-ml", "timestamp": 1653981455411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981458708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "ves-openapi-manager", "timestamp": 1653981455908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "aai-ml", "timestamp": 1653981455411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "cds", "timestamp": 1653981464522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "ves-openapi-manager", "timestamp": 1653981455908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981458708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "aai-ml", "timestamp": 1653981455411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "cds", "timestamp": 1653981464522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "ves-openapi-manager", "timestamp": 1653981455908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981458708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "aai-ml", "timestamp": 1653981455411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "cds", "timestamp": 1653981464522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "ves-openapi-manager", "timestamp": 1653981455908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981458708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "aai-ml", "timestamp": 1653981455411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "cds", "timestamp": 1653981464522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "ves-openapi-manager", "timestamp": 1653981455908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981458708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "aai-ml", "timestamp": 1653981455411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "cds", "timestamp": 1653981464522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981458708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:18:02.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "ves-openapi-manager", "timestamp": 1653981455908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "aai-ml", "timestamp": 1653981455411, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:18:02.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "cds", "timestamp": 1653981464522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981469634, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981471033, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:18:02.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:18:02.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "aai-ml", "timestamp": 1653981471036, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:18:02.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:18:02.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "cds", "timestamp": 1653981464522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981469634, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981472145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:18:02.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:18:02.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "cds", "timestamp": 1653981464522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:18:02.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981469634, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:18:02.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "policy-id", "timestamp": 1653981471640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981473210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:18:02.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:18:02.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981469634, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "policy-id", "timestamp": 1653981471640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "cds", "timestamp": 1653981473327, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:18:02.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:18:02.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981474231, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-31T07:18:02.479Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d405044-bf8a-4340-a729-e9c11ebea9c0 2022-05-31T07:18:02.479Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:18:02.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981469634, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "policy-id", "timestamp": 1653981471640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "cds", "timestamp": 1653981474333, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-05-31T07:18:02.490Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d405044-bf8a-4340-a729-e9c11ebea9c0 2022-05-31T07:18:02.490Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:18:02.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.496Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981474042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f88a2227-0fae-4b0a-bc6b-d0d3aca238f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981474782, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T07:18:02.497Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:18:02.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "multicloud-k8s-id", "timestamp": 1653981475233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:18:02.497Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:18:02.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981469634, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "policy-id", "timestamp": 1653981471640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981474042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "aai-ml", "timestamp": 1653981475849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981469634, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "policy-id", "timestamp": 1653981471640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "ves-openapi-manager", "timestamp": 1653981475908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981474042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "aai-ml", "timestamp": 1653981476852, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T07:18:02.503Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1d405044-bf8a-4340-a729-e9c11ebea9c0 2022-05-31T07:18:02.503Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:18:02.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981469634, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "policy-id", "timestamp": 1653981471640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "ves-openapi-manager", "timestamp": 1653981475908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981474042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "policy-id", "timestamp": 1653981471640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "ves-openapi-manager", "timestamp": 1653981475908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981474042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "policy-id", "timestamp": 1653981471640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981478708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "ves-openapi-manager", "timestamp": 1653981475908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981474042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "cds", "timestamp": 1653981479522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981478708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:18:02.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "policy-id", "timestamp": 1653981480344, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "ves-openapi-manager", "timestamp": 1653981475908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981474042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "cds", "timestamp": 1653981479522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981478708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "policy-id", "timestamp": 1653981481347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "ves-openapi-manager", "timestamp": 1653981475908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981474042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:18:02.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:18:02.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:02.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:18:02.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "cds", "timestamp": 1653981479522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:02.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:18:03.138Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:18:03.139Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:03.140Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:03.140Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T07:18:03.241Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T07:18:03.241Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:03.241Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:03.267Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:03.268Z||pool-161-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:18:04.141Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:18:04.142Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:04.143Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:04.143Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:04.243Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:18:04.244Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:04.244Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:04.254Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:04.254Z||pool-162-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:18:05.144Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:18:05.144Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:05.146Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:05.146Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-31T07:18:05.246Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:18:05.247Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:05.247Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:05.256Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:05.257Z||pool-163-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-31T07:18:06.146Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:18:06.147Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:06.149Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:06.149Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:18:06.249Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:18:06.250Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:06.250Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:06.259Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:06.259Z||pool-164-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:18:07.149Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:18:07.150Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:07.151Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:07.151Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:18:07.252Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T07:18:07.252Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:07.252Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:07.261Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:07.262Z||pool-165-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:18:08.152Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||sending notification to client: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "d193786c-f406-4e61-944e-a8ea7d221ae0", "serviceDescription": "service", "serviceInvariantUUID": "8cf78282-aeb1-4357-b8f8-f3b7c7221e8f", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "7441ba94-0e12-4b5a-bebb-4bfbb4c33e0f", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "152b8e4f-51b4-4b0d-a73c-b0056940a585", "resourceInvariantUUID": "3f73b6e4-7a48-4310-b4a5-9170dc96c212", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "NDZlYWFiZTEwZmJkNWI0YjhiMGMxYzMzZjE1ZjU0Y2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ce685aa1-22ef-4410-a009-8511e46bf27e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d24a7731-4f68-4296-b3db-9dacfce84b1f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7f345a20-929f-4e98-bc9b-a728181610c0", "generatedFromUUID": "d24a7731-4f68-4296-b3db-9dacfce84b1f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7f345a20-929f-4e98-bc9b-a728181610c0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NThjOTQ3YmJjMTM4Y2U2MzIwZmM5YjdkM2FmOTE2NzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bfe06eb9-723d-4e00-baf0-772648e7cac2" } ], "workloadContext": "Production" } 2022-05-31T07:18:08.153Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T07:18:08.153Z|f88a2227-0fae-4b0a-bc6b-d0d3aca238f1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d193786c-f406-4e61-944e-a8ea7d221ae0 ASDC 2022-05-31T07:18:08.153Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||ASDC Notification: DistributionID:1d405044-bf8a-4340-a729-e9c11ebea9c0 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:d193786c-f406-4e61-944e-a8ea7d221ae0 ServiceInvariantUUID:8cf78282-aeb1-4357-b8f8-f3b7c7221e8f ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:bfe06eb9-723d-4e00-baf0-772648e7cac2 ArtifactChecksum:NThjOTQ3YmJjMTM4Y2U2MzIwZmM5YjdkM2FmOTE2NzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:7441ba94-0e12-4b5a-bebb-4bfbb4c33e0f ResourceInvariantUUID:3f73b6e4-7a48-4310-b4a5-9170dc96c212 ResourceName:basicclamp ResourceType:VF ResourceUUID:152b8e4f-51b4-4b0d-a73c-b0056940a585 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:ce685aa1-22ef-4410-a009-8511e46bf27e ArtifactChecksum:NDZlYWFiZTEwZmJkNWI0YjhiMGMxYzMzZjE1ZjU0Y2Q= 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:d24a7731-4f68-4296-b3db-9dacfce84b1f 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:7f345a20-929f-4e98-bc9b-a728181610c0 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:7f345a20-929f-4e98-bc9b-a728181610c0 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T07:18:08.153Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d193786c-f406-4e61-944e-a8ea7d221ae0 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-05-31T07:18:08.176Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T07:18:08.176Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||MSO config path is: /app 2022-05-31T07:18:08.176Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||MSO config path is: /app 2022-05-31T07:18:08.176Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||Trying to download the artifact UUID: bfe06eb9-723d-4e00-baf0-772648e7cac2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-31T07:18:08.176Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:18:08.177Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-31T07:18:08.405Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:18:08.409Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar bfe06eb9-723d-4e00-baf0-772648e7cac2 73685 2022-05-31T07:18:08.409Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-31T07:18:08.409Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-31T07:18:08.409Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:18:08.409Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:08.420Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:08.421Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981488409, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:18:08.520Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-05-31T07:18:08.521Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:08.521Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:08.528Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:08.529Z||pool-166-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:18:09.426Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T07:18:09.427Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||MSO config path is: /app 2022-05-31T07:18:09.427Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||Trying to write artifact UUID: bfe06eb9-723d-4e00-baf0-772648e7cac2, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-31T07:18:09.427Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-05-31T07:18:09.428Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-31T07:18:09.428Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-31T07:18:09.510Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17737954351093378146/Definitions/service-Basicclamp-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-05-31T07:18:10.390Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|WARN|500||#################################################################################################### 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|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-Basicclamp-csar.csar 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|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-Basicclamp-csar.csar 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|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-Basicclamp-csar.csar 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|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-Basicclamp-csar.csar 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|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-Basicclamp-csar.csar 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|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-Basicclamp-csar.csar 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|WARN|500||#################################################################################################### 2022-05-31T07:18:10.391Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.392Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:10.392Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T07:18:10.392Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T07:18:10.392Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T07:18:10.392Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.392Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:10.392Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T07:18:10.392Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T07:18:10.392Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T07:18:10.392Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.392Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:10.392Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T07:18:10.393Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=06acf21f-33a8-4c5e-b4b4-45aee2f17617 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.394Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:10.395Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:10.395Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:10.395Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:d193786c-f406-4e61-944e-a8ea7d221ae0 Model Version:NULL Model InvariantUuid:8cf78282-aeb1-4357-b8f8-f3b7c7221e8f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:2b5b3594-25f7-4eb5-8de7-d618fba02c65 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3f73b6e4-7a48-4310-b4a5-9170dc96c212 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7441ba94-0e12-4b5a-bebb-4bfbb4c33e0f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:75d79afa-5292-4cb1-a377-e699159e8bfb ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:b0aea01e-4e49-4525-89de-bb82a50e0a5c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:06acf21f-33a8-4c5e-b4b4-45aee2f17617 ModelInvariantUuid:3c0553d8-70fb-4ebb-af2f-63f6dffe3db7 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:0f45b0f9-781f-474d-a44c-54eb0441820d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:0acdd561-a86b-4998-b2fb-4413f208aee7 ModelInvariantUuid:9a0e518d-76e0-41e0-be42-8995965b3190 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:b46b0319-87f1-463a-954b-39d3e9a091fb 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-05-31T07:18:10.400Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 152b8e4f-51b4-4b0d-a73c-b0056940a585 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-05-31T07:18:10.402Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||basicclamp 0 2022-05-31T07:18:10.402Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 152b8e4f-51b4-4b0d-a73c-b0056940a585 2022-05-31T07:18:10.402Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||Trying to download the artifact UUID: ce685aa1-22ef-4410-a009-8511e46bf27e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-31T07:18:10.402Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:18:10.402Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-31T07:18:10.803Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:18:10.803Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ce685aa1-22ef-4410-a009-8511e46bf27e 790 2022-05-31T07:18:10.803Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-31T07:18:10.803Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-31T07:18:10.804Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:18:10.804Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:10.805Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:10.805Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981490803, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:18:10.906Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T07:18:10.906Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:10.906Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:10.916Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:10.916Z||pool-167-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:18:11.806Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "75d79afa-5292-4cb1-a377-e699159e8bfb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b0aea01e-4e49-4525-89de-bb82a50e0a5c", "vfModuleModelCustomizationUUID": "c2841098-6685-432f-86b8-0ba3a4dc1d76", "isBase": true, "artifacts": [ "d24a7731-4f68-4296-b3db-9dacfce84b1f", "7f345a20-929f-4e98-bc9b-a728181610c0" ], "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-05-31T07:18:11.809Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b0aea01e-4e49-4525-89de-bb82a50e0a5c VfModuleModelInvariantUUID:75d79afa-5292-4cb1-a377-e699159e8bfb VfModuleModelDescription:NULL Artifacts UUID List:{ d24a7731-4f68-4296-b3db-9dacfce84b1f , 7f345a20-929f-4e98-bc9b-a728181610c0 } 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-05-31T07:18:11.810Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "75d79afa-5292-4cb1-a377-e699159e8bfb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b0aea01e-4e49-4525-89de-bb82a50e0a5c", "vfModuleModelCustomizationUUID": "c2841098-6685-432f-86b8-0ba3a4dc1d76", "isBase": true, "artifacts": [ "d24a7731-4f68-4296-b3db-9dacfce84b1f", "7f345a20-929f-4e98-bc9b-a728181610c0" ], "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-05-31T07:18:11.810Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b0aea01e-4e49-4525-89de-bb82a50e0a5c VfModuleModelInvariantUUID:75d79afa-5292-4cb1-a377-e699159e8bfb VfModuleModelDescription:NULL Artifacts UUID List:{ d24a7731-4f68-4296-b3db-9dacfce84b1f , 7f345a20-929f-4e98-bc9b-a728181610c0 } 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-05-31T07:18:11.810Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||Trying to download the artifact UUID: d24a7731-4f68-4296-b3db-9dacfce84b1f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-31T07:18:11.810Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:18:11.810Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-31T07:18:12.144Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:18:12.144Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d24a7731-4f68-4296-b3db-9dacfce84b1f 5033 2022-05-31T07:18:12.145Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-31T07:18:12.145Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-31T07:18:12.145Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:18:12.145Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:12.147Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:12.147Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981492145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:18:12.248Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T07:18:12.249Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:12.249Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:12.258Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:12.259Z||pool-168-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:18:13.148Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||Trying to download the artifact UUID: 7f345a20-929f-4e98-bc9b-a728181610c0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-31T07:18:13.148Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:18:13.148Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-31T07:18:13.443Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:18:13.444Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 7f345a20-929f-4e98-bc9b-a728181610c0 909 2022-05-31T07:18:13.444Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-31T07:18:13.444Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-31T07:18:13.444Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:18:13.444Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:13.445Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:13.446Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981493444, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:18:13.546Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:18:13.546Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:13.547Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:13.556Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:13.556Z||pool-169-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-31T07:18:14.446Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Preparing to deploy Service: d193786c-f406-4e61-944e-a8ea7d221ae0 2022-05-31T07:18:14.447Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 152b8e4f-51b4-4b0d-a73c-b0056940a585 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-05-31T07:18:14.455Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42d32fbf, org.onap.sdc.toscaparser.api.parameters.Input@94fefbc, org.onap.sdc.toscaparser.api.parameters.Input@68bc24c9, org.onap.sdc.toscaparser.api.parameters.Input@2c246595, org.onap.sdc.toscaparser.api.parameters.Input@77511979] 2022-05-31T07:18:14.456Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.456Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:14.456Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||VF Category is: Generic 2022-05-31T07:18:14.456Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||VFCustomizationUUID= 7441ba94-0e12-4b5a-bebb-4bfbb4c33e0f 2022-05-31T07:18:14.457Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7441ba94-0e12-4b5a-bebb-4bfbb4c33e0f matches Tosca VF Customization UUID: 7441ba94-0e12-4b5a-bebb-4bfbb4c33e0f 2022-05-31T07:18:14.457Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||vfCustomizationUUID: 7441ba94-0e12-4b5a-bebb-4bfbb4c33e0f 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-05-31T07:18:14.458Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.458Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:14.459Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||resource request for resource customization id 7441ba94-0e12-4b5a-bebb-4bfbb4c33e0f: {\"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-05-31T07:18:14.459Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70118ff 2022-05-31T07:18:14.459Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.459Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T07:18:14.459Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c2841098-6685-432f-86b8-0ba3a4dc1d76 2022-05-31T07:18:14.460Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c2841098-6685-432f-86b8-0ba3a4dc1d76 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-05-31T07:18:14.461Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.461Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T07:18:14.461Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:18:14.462Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.462Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T07:18:14.462Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:18:14.462Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.462Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-31T07:18:14.463Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-31T07:18:14.463Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-31T07:18:14.463Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=06acf21f-33a8-4c5e-b4b4-45aee2f17617 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-05-31T07:18:14.465Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.465Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T07:18:14.465Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:18:14.465Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.465Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-31T07:18:14.465Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=7441ba94-0e12-4b5a-bebb-4bfbb4c33e0f 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-05-31T07:18:14.467Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.467Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:14.467Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500|| resourceSeq for service uuid d193786c-f406-4e61-944e-a8ea7d221ae0: basicclamp 2022-05-31T07:18:14.467Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.467Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:14.468Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.468Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:14.468Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.468Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:14.468Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.468Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:14.469Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:18:14.469Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:18:14.469Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||Saving Service: basicclamp 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-05-31T07:18:14.525Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 152b8e4f-51b4-4b0d-a73c-b0056940a585 1 ASDC deployResourceStructure 2022-05-31T07:18:14.525Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-31T07:18:14.525Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-31T07:18:14.525Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:18:14.526Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:14.527Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:14.527Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981494525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:18:14.628Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T07:18:14.628Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:14.628Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:14.638Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:14.638Z||pool-170-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:18:15.528Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-31T07:18:15.529Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-31T07:18:15.529Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:18:15.529Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:15.530Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:15.530Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981495528, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-31T07:18:15.631Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:18:15.631Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:15.631Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:15.644Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:15.644Z||pool-171-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:18:16.531Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-31T07:18:16.531Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-31T07:18:16.532Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:18:16.532Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:16.533Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:16.533Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981496531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-31T07:18:16.633Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:18:16.634Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:16.634Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:16.643Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:16.643Z||pool-172-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:18:17.534Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-31T07:18:17.534Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-31T07:18:17.534Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:18:17.534Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:18:17.536Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:18:17.536Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981497534, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:18:17.636Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:18:17.636Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:18:17.636Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:18:17.645Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:18:17.646Z||pool-173-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-31T07:18:18.537Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:18:18.548Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:18:18.550Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:18:18.551Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:18:18.551Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:18:18.551Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:18:48.551Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:18:48.559Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:18:48.561Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:18:48.561Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:18:48.561Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:18:48.561Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:19:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:19:02.279Z||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-05-31T07:19:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:19:02.296Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:19:02.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:19:02.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981478708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:19:02.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:19:18.562Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:19:18.571Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:19:18.572Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:19:18.572Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:19:18.572Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:19:18.572Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:19:48.572Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:19:48.583Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:19:48.585Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:19:48.585Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:19:48.585Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:19:48.585Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:20:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:20:02.279Z||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-05-31T07:20:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:20:02.294Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:20:02.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:20:02.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "policy-id", "timestamp": 1653981482350, "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-05-31T07:20:02.302Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d405044-bf8a-4340-a729-e9c11ebea9c0 2022-05-31T07:20:02.302Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:20:18.586Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:20:18.596Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:20:18.597Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:20:18.598Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:20:18.598Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:20:18.598Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:20:48.598Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:20:48.607Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:20:48.609Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:20:48.609Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:20:48.609Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-31T07:20:48.609Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-31T07:21:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:21:02.279Z||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-05-31T07:21:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:21:02.293Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:21:02.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "ves-openapi-manager", "timestamp": 1653981475908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981482820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-31T07:21:02.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "cds", "timestamp": 1653981479522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981478708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "ves-openapi-manager", "timestamp": 1653981475908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "cds", "timestamp": 1653981479522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981478708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981484915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-31T07:21:02.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "cds", "timestamp": 1653981479522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981478708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981485918, "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-05-31T07:21:02.310Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d405044-bf8a-4340-a729-e9c11ebea9c0 2022-05-31T07:21:02.310Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:21:02.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "aai-ml", "timestamp": 1653981485411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "cds", "timestamp": 1653981479522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981486285, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981478708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "aai-ml", "timestamp": 1653981485411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "cds", "timestamp": 1653981479522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981487288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981487904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "aai-ml", "timestamp": 1653981485411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981488409, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "cds", "timestamp": 1653981488451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "aai-ml", "timestamp": 1653981485411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981489251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "aai-ml", "timestamp": 1653981485411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981490352, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "cds", "timestamp": 1653981490440, "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-05-31T07:21:02.331Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 2022-05-31T07:21:02.331Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 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-05-31T07:21:02.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981490705, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981490803, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "aai-ml", "timestamp": 1653981485411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981491355, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-05-31T07:21:02.340Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981491725, "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-05-31T07:21:02.344Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 2022-05-31T07:21:02.344Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 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-05-31T07:21:02.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "aai-ml", "timestamp": 1653981485411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981492145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.352Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "policy-id", "timestamp": 1653981491638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "clamp", "timestamp": 1653981492359, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "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-05-31T07:21:02.356Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 1d405044-bf8a-4340-a729-e9c11ebea9c0 2022-05-31T07:21:02.356Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:21:02.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "multicloud-k8s-id", "timestamp": 1653981492728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:21:02.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "aai-ml", "timestamp": 1653981485411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:21:02.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "policy-id", "timestamp": 1653981491638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981493444, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "aai-ml", "timestamp": 1653981494178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "policy-id", "timestamp": 1653981491638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981494525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "policy-id", "timestamp": 1653981491638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981495528, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "policy-id", "timestamp": 1653981491638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981496531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "policy-id", "timestamp": 1653981491638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981497534, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "policy-id", "timestamp": 1653981491638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "aai-ml", "timestamp": 1653981499081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T07:21:02.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "policy-id", "timestamp": 1653981491638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:21:02.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "aai-ml", "timestamp": 1653981500085, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T07:21:02.370Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 2022-05-31T07:21:02.370Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 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-05-31T07:21:02.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "clamp", "timestamp": 1653981499634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "policy-id", "timestamp": 1653981500434, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "clamp", "timestamp": 1653981499634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:21:02.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "policy-id", "timestamp": 1653981501437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:21:02.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "clamp", "timestamp": 1653981499634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "policy-id", "timestamp": 1653981502440, "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-05-31T07:21:02.382Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 2022-05-31T07:21:02.382Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 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-05-31T07:21:02.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "clamp", "timestamp": 1653981499634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "clamp", "timestamp": 1653981499634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981504042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "clamp", "timestamp": 1653981499634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981504042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "clamp", "timestamp": 1653981499634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981504042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "clamp", "timestamp": 1653981499634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:21:02.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981504042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981504042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981504042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981504042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981504042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:21:02.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981512823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981514821, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:21:02.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981515825, "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-05-31T07:21:02.396Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 2022-05-31T07:21:02.397Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 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-05-31T07:21:02.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "clamp", "timestamp": 1653981517866, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "clamp", "timestamp": 1653981520295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:21:02.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "clamp", "timestamp": 1653981521300, "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-05-31T07:21:02.410Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 2022-05-31T07:21:02.410Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 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-05-31T07:21:02.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981518708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "cds", "timestamp": 1653981524522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981518708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:21:02.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "cds", "timestamp": 1653981524522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981518708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "cds", "timestamp": 1653981524522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981529634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981518708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "cds", "timestamp": 1653981524522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981529634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981518708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "cds", "timestamp": 1653981524522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981529634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981531638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981518708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "cds", "timestamp": 1653981524522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981529634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981531638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981518708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "cds", "timestamp": 1653981524522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981529634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981531638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981534042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981518708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "cds", "timestamp": 1653981524522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981529634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981531638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981534042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981518708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "cds", "timestamp": 1653981524522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981529634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981531638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "ves-openapi-manager", "timestamp": 1653981535908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981534042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981518708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "cds", "timestamp": 1653981524522, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981529634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981531638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "ves-openapi-manager", "timestamp": 1653981535908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981534042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981537969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "cds", "timestamp": 1653981537977, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981529634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981531638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "ves-openapi-manager", "timestamp": 1653981535908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981534042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981539025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "cds", "timestamp": 1653981539238, "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-05-31T07:21:02.435Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99747498-e8c1-4890-aae6-2986234e8f74 2022-05-31T07:21:02.435Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99747498-e8c1-4890-aae6-2986234e8f74 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-05-31T07:21:02.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981529634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981531638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "ves-openapi-manager", "timestamp": 1653981535908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981534042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981540077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981531638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "ves-openapi-manager", "timestamp": 1653981535908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981534042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981541133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981531638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "ves-openapi-manager", "timestamp": 1653981535908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981534042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:02.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:21:18.609Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:21:18.619Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:21:18.621Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:21:18.621Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:21:18.621Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T07:21:18.621Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T07:21:18.621Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T07:21:18.621Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T07:21:18.624Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T07:21:48.625Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 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-05-31T07:21:48.630Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d405044-bf8a-4340-a729-e9c11ebea9c0 and serviceModelVersionId: d193786c-f406-4e61-944e-a8ea7d221ae0 2022-05-31T07:21:48.630Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8cf78282-aeb1-4357-b8f8-f3b7c7221e8f 2022-05-31T07:21:48.631Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0 2022-05-31T07:21:48.634Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66424be9-d2af-4622-8d2c-2d363ac4afff/model-vers/model-ver/1cfe1236-d4ae-4aa1-ad0d-a79cfef7a47d?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-05-31T07:21:48.655Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||Invoke 2022-05-31T07:21:48.655Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1d405044-bf8a-4340-a729-e9c11ebea9c0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[494c6d91-6964-4db1-9104-a62a1d6e1c53], X-ECOMP-RequestID=[1d405044-bf8a-4340-a729-e9c11ebea9c0], X-TransactionId=[], X-ONAP-RequestID=[1d405044-bf8a-4340-a729-e9c11ebea9c0], Content-Type=[application/merge-patch+json]} 2022-05-31T07:21:50.190Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||Invoke 2022-05-31T07:21:50.190Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1d405044-bf8a-4340-a729-e9c11ebea9c0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23a8a409-88c2-44bf-b871-46e307c778a8], X-ECOMP-RequestID=[1d405044-bf8a-4340-a729-e9c11ebea9c0], X-TransactionId=[], X-ONAP-RequestID=[1d405044-bf8a-4340-a729-e9c11ebea9c0], Content-Type=[application/merge-patch+json]} 2022-05-31T07:21:51.731Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||Invoke 2022-05-31T07:21:51.731Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1d405044-bf8a-4340-a729-e9c11ebea9c0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1c17abed-a363-4c18-8630-dec557c16b86], X-ECOMP-RequestID=[1d405044-bf8a-4340-a729-e9c11ebea9c0], X-TransactionId=[], X-ONAP-RequestID=[1d405044-bf8a-4340-a729-e9c11ebea9c0], Content-Type=[application/merge-patch+json]} 2022-05-31T07:21:52.760Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:21:52.761Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T07:21:52.761Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:21:52.761Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T07:21:52.764Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:21:52.764Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d405044-bf8a-4340-a729-e9c11ebea9c0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:21:52.765Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T07:21:52.765Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:21:52.766Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:21:52.766Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981712765, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T07:21:52.867Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:21:52.867Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:21:52.868Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:21:52.878Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:21:52.879Z||pool-174-thread-1|||||INFO|500||cambria reply ok (12 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-05-31T07:21:53.776Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||received message from topic 2022-05-31T07:21:53.777Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"5bcf1478-91f6-41ef-ab1e-5e4409ae71d7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7e0f6c8f-f13e-4e00-9014-50086f2544b2","serviceDescription":"service","serviceInvariantUUID":"a2879423-a10d-41cb-ab8f-f88a6d5bdd7c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcebeff9-ce99-45a1-be75-5fa572aba828","resourceInvariantUUID":"a1129b80-140e-473d-918b-b330802fe7dd","resourceCustomizationUUID":"1fc9a87d-d6be-4131-9957-c4d1185573b5","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":"MjE4MWQyN2IzZTdiOTkyOGE1ZDYyZWRiMzFhNTgwNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b6c41a2d-64b8-49dd-928b-8977d33d6ced","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":"YWJhNGE4ZmI4OWY2NGJhODE1MzdlZmVjMThhZGFhNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"464ceec7-7f9c-4a33-a9d7-9891fa4b1b89","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":"a7c7ecdd-e15e-49a2-8387-7fc51f57e05c","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":"d55d70ee-b56a-4db7-9884-aa23cc3b8b88","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":"1aab4918-4aa9-46c8-b735-e4d3041e0861","artifactVersion":"2","generatedFromUUID":"a7c7ecdd-e15e-49a2-8387-7fc51f57e05c"},{"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":"ZmU2NTAzOTFiODBlNWJjNGU2ZDViOGZlYTQwMjU1YjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"375ca96f-cb4d-419e-895f-b1fceea21ffc","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":"M2ViMjBjMTcyNjllOGFjOWMxYWIwOTIwNWE3NjQyNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53257219-65f6-4fec-b3a4-9015abbcb852","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YmIwZDExMTRlNWM2YmU1NTM5ODlhNzMzZjlhZDA5ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e8e0105-4834-4883-8f7f-38a3af74ab23","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T07:21:53.777Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:21:53.777Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:21:53.778Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:21:53.778Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:53.878Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:21:53.879Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:21:53.879Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:21:53.888Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:21:53.888Z||pool-175-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:21:54.779Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:21:54.779Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:21:54.780Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:21:54.781Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:21:54.881Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:21:54.882Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:21:54.882Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:21:54.891Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:21:54.891Z||pool-176-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:21:55.781Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:21:55.782Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:21:55.783Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:21:55.783Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T07:21:55.883Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:21:55.884Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:21:55.884Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:21:55.892Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:21:55.893Z||pool-177-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:21:56.783Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:21:56.784Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:21:56.785Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:21:56.785Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:56.886Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:21:56.886Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:21:56.886Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:21:56.895Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:21:56.895Z||pool-178-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:21:57.786Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:21:57.786Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:21:57.788Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:21:57.788Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-31T07:21:57.888Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:21:57.889Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:21:57.889Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:21:57.898Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:21:57.898Z||pool-179-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:21:58.789Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:21:58.789Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:21:58.790Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:21:58.790Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:58.891Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T07:21:58.891Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:21:58.891Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:21:58.899Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:21:58.899Z||pool-180-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:21:59.791Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:21:59.791Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:21:59.793Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:21:59.793Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:21:59.893Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:21:59.894Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:21:59.894Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:21:59.902Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:21:59.903Z||pool-181-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:00.793Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:22:00.794Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:00.795Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:00.795Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:22:00.895Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:00.896Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:00.896Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:00.905Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:00.905Z||pool-182-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:01.796Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||sending notification to client: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "7e0f6c8f-f13e-4e00-9014-50086f2544b2", "serviceDescription": "service", "serviceInvariantUUID": "a2879423-a10d-41cb-ab8f-f88a6d5bdd7c", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "1fc9a87d-d6be-4131-9957-c4d1185573b5", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dcebeff9-ce99-45a1-be75-5fa572aba828", "resourceInvariantUUID": "a1129b80-140e-473d-918b-b330802fe7dd", "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": "YWJhNGE4ZmI4OWY2NGJhODE1MzdlZmVjMThhZGFhNWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "464ceec7-7f9c-4a33-a9d7-9891fa4b1b89", "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": "a7c7ecdd-e15e-49a2-8387-7fc51f57e05c", "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": "1aab4918-4aa9-46c8-b735-e4d3041e0861", "generatedFromUUID": "a7c7ecdd-e15e-49a2-8387-7fc51f57e05c" }, "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": "1aab4918-4aa9-46c8-b735-e4d3041e0861", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YmIwZDExMTRlNWM2YmU1NTM5ODlhNzMzZjlhZDA5ODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e8e0105-4834-4883-8f7f-38a3af74ab23" } ], "workloadContext": "Production" } 2022-05-31T07:22:01.796Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T07:22:01.796Z|1d405044-bf8a-4340-a729-e9c11ebea9c0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e0f6c8f-f13e-4e00-9014-50086f2544b2 ASDC 2022-05-31T07:22:01.796Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||ASDC Notification: DistributionID:5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:7e0f6c8f-f13e-4e00-9014-50086f2544b2 ServiceInvariantUUID:a2879423-a10d-41cb-ab8f-f88a6d5bdd7c 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:0e8e0105-4834-4883-8f7f-38a3af74ab23 ArtifactChecksum:YmIwZDExMTRlNWM2YmU1NTM5ODlhNzMzZjlhZDA5ODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:1fc9a87d-d6be-4131-9957-c4d1185573b5 ResourceInvariantUUID:a1129b80-140e-473d-918b-b330802fe7dd ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:dcebeff9-ce99-45a1-be75-5fa572aba828 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:464ceec7-7f9c-4a33-a9d7-9891fa4b1b89 ArtifactChecksum:YWJhNGE4ZmI4OWY2NGJhODE1MzdlZmVjMThhZGFhNWY= 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:a7c7ecdd-e15e-49a2-8387-7fc51f57e05c 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:1aab4918-4aa9-46c8-b735-e4d3041e0861 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:1aab4918-4aa9-46c8-b735-e4d3041e0861 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T07:22:01.796Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e0f6c8f-f13e-4e00-9014-50086f2544b2 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-05-31T07:22:01.823Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T07:22:01.823Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||MSO config path is: /app 2022-05-31T07:22:01.823Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||MSO config path is: /app 2022-05-31T07:22:01.824Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||Trying to download the artifact UUID: 0e8e0105-4834-4883-8f7f-38a3af74ab23 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-31T07:22:01.824Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:22:01.824Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-31T07:22:01.969Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:22:01.971Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0e8e0105-4834-4883-8f7f-38a3af74ab23 78805 2022-05-31T07:22:01.972Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-31T07:22:01.972Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-31T07:22:01.972Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:22:01.972Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:01.974Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:01.974Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981721972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:22:02.074Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:02.074Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:02.075Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:02.084Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:02.084Z||pool-183-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:22:02.279Z||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-05-31T07:22:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:02.300Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:02.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981542237, "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-05-31T07:22:02.306Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99747498-e8c1-4890-aae6-2986234e8f74 2022-05-31T07:22:02.306Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99747498-e8c1-4890-aae6-2986234e8f74 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-05-31T07:22:02.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981542519, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:22:02.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:22:02.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "ves-openapi-manager", "timestamp": 1653981535908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981534042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "multicloud-k8s-id", "timestamp": 1653981543239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "ves-openapi-manager", "timestamp": 1653981535908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981543523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981534042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "policy-id", "timestamp": 1653981544525, "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-05-31T07:22:02.318Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99747498-e8c1-4890-aae6-2986234e8f74 2022-05-31T07:22:02.318Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99747498-e8c1-4890-aae6-2986234e8f74 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-05-31T07:22:02.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "ves-openapi-manager", "timestamp": 1653981535908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981545006, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:22:02.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:22:02.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981545296, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:22:02.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:22:02.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "ves-openapi-manager", "timestamp": 1653981535908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981545411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981545411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981547046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981545411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653981548048, "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-05-31T07:22:02.328Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99747498-e8c1-4890-aae6-2986234e8f74 2022-05-31T07:22:02.328Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99747498-e8c1-4890-aae6-2986234e8f74 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-05-31T07:22:02.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981545411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981549299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:22:02.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:22:02.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981545411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "clamp", "timestamp": 1653981550303, "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-05-31T07:22:02.339Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 99747498-e8c1-4890-aae6-2986234e8f74 2022-05-31T07:22:02.339Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99747498-e8c1-4890-aae6-2986234e8f74 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-05-31T07:22:02.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981545411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981545411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981545411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981545411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981545411, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981556173, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:22:02.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:22:02.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981560905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-31T07:22:02.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:22:02.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:22:02.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "aai-ml", "timestamp": 1653981561907, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "errorReason": "deploy failure", "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-05-31T07:22:02.353Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 99747498-e8c1-4890-aae6-2986234e8f74 2022-05-31T07:22:02.353Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99747498-e8c1-4890-aae6-2986234e8f74 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-05-31T07:22:02.974Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T07:22:02.975Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||MSO config path is: /app 2022-05-31T07:22:02.975Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||Trying to write artifact UUID: 0e8e0105-4834-4883-8f7f-38a3af74ab23, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-31T07:22:02.975Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-31T07:22:02.976Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-31T07:22:02.976Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-31T07:22:03.052Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13931346095191763773/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-05-31T07:22:03.838Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-05-31T07:22:03.838Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|WARN|500||#################################################################################################### 2022-05-31T07:22:03.838Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-31T07:22:03.839Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-31T07:22:03.839Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:03.839Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:03.839Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|WARN|500||#################################################################################################### 2022-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:03.840Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T07:22:03.841Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-31T07:22:03.842Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5deb3d45-fabf-4988-85f9-2b92fc4c9d86 2022-05-31T07:22:03.843Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.843Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:03.843Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.843Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:03.843Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.843Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:03.843Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:03.843Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:03.843Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:7e0f6c8f-f13e-4e00-9014-50086f2544b2 Model Version:NULL Model InvariantUuid:a2879423-a10d-41cb-ab8f-f88a6d5bdd7c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:9583cd97-b41d-4e6f-b779-1e11d1d886bb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a1129b80-140e-473d-918b-b330802fe7dd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1fc9a87d-d6be-4131-9957-c4d1185573b5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f357d114-ed81-4c0c-b214-5e50f615898a ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:40f5bdcc-cb6d-4dc1-bb93-bbba5a2aa4cd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5deb3d45-fabf-4988-85f9-2b92fc4c9d86 ModelInvariantUuid:b70ed83b-5aaf-4502-bdf3-2d9d4e5333c6 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:9482803a-e9c1-4dc6-acee-031948bf7db6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:0e60e6fe-e0f0-4fad-8fde-e6ad0626c5a9 ModelInvariantUuid:654894c6-8f3b-46ef-ab6e-b05200693cea ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:75573647-8165-4ea0-8429-464ae1a9ac1c 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-05-31T07:22:03.849Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: dcebeff9-ce99-45a1-be75-5fa572aba828 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-05-31T07:22:03.850Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||basic_vm_macro 0 2022-05-31T07:22:03.851Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: dcebeff9-ce99-45a1-be75-5fa572aba828 2022-05-31T07:22:03.851Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||Trying to download the artifact UUID: 464ceec7-7f9c-4a33-a9d7-9891fa4b1b89 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-31T07:22:03.851Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:22:03.851Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:04.098Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:22:04.098Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 464ceec7-7f9c-4a33-a9d7-9891fa4b1b89 792 2022-05-31T07:22:04.099Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:04.099Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:04.099Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:22:04.099Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:04.100Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:04.100Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981724099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:22:04.201Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T07:22:04.201Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:04.201Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:04.212Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:04.212Z||pool-184-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:05.101Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f357d114-ed81-4c0c-b214-5e50f615898a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40f5bdcc-cb6d-4dc1-bb93-bbba5a2aa4cd", "vfModuleModelCustomizationUUID": "761345f5-9a26-4004-82a1-8da343a0f7ab", "isBase": true, "artifacts": [ "a7c7ecdd-e15e-49a2-8387-7fc51f57e05c", "1aab4918-4aa9-46c8-b735-e4d3041e0861" ], "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-05-31T07:22:05.103Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40f5bdcc-cb6d-4dc1-bb93-bbba5a2aa4cd VfModuleModelInvariantUUID:f357d114-ed81-4c0c-b214-5e50f615898a VfModuleModelDescription:NULL Artifacts UUID List:{ a7c7ecdd-e15e-49a2-8387-7fc51f57e05c , 1aab4918-4aa9-46c8-b735-e4d3041e0861 } 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-05-31T07:22:05.104Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f357d114-ed81-4c0c-b214-5e50f615898a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "40f5bdcc-cb6d-4dc1-bb93-bbba5a2aa4cd", "vfModuleModelCustomizationUUID": "761345f5-9a26-4004-82a1-8da343a0f7ab", "isBase": true, "artifacts": [ "a7c7ecdd-e15e-49a2-8387-7fc51f57e05c", "1aab4918-4aa9-46c8-b735-e4d3041e0861" ], "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-05-31T07:22:05.104Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:40f5bdcc-cb6d-4dc1-bb93-bbba5a2aa4cd VfModuleModelInvariantUUID:f357d114-ed81-4c0c-b214-5e50f615898a VfModuleModelDescription:NULL Artifacts UUID List:{ a7c7ecdd-e15e-49a2-8387-7fc51f57e05c , 1aab4918-4aa9-46c8-b735-e4d3041e0861 } 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-05-31T07:22:05.105Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||Trying to download the artifact UUID: a7c7ecdd-e15e-49a2-8387-7fc51f57e05c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-31T07:22:05.105Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:22:05.105Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:05.401Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:22:05.401Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a7c7ecdd-e15e-49a2-8387-7fc51f57e05c 5033 2022-05-31T07:22:05.401Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:05.401Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:05.401Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:22:05.402Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:05.403Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:05.403Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981725401, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:22:05.503Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:05.504Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:05.504Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:05.512Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:05.512Z||pool-185-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:06.403Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||Trying to download the artifact UUID: 1aab4918-4aa9-46c8-b735-e4d3041e0861 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-31T07:22:06.404Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:22:06.404Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:06.615Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:22:06.616Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1aab4918-4aa9-46c8-b735-e4d3041e0861 903 2022-05-31T07:22:06.616Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:06.616Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:06.616Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:22:06.616Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:06.617Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:06.617Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981726616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:22:06.717Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:06.718Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:06.718Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:06.727Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:06.727Z||pool-186-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:07.618Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Preparing to deploy Service: 7e0f6c8f-f13e-4e00-9014-50086f2544b2 2022-05-31T07:22:07.618Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 dcebeff9-ce99-45a1-be75-5fa572aba828 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-05-31T07:22:07.625Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c4d7fad, org.onap.sdc.toscaparser.api.parameters.Input@7243f96e, org.onap.sdc.toscaparser.api.parameters.Input@6513854a, org.onap.sdc.toscaparser.api.parameters.Input@4a172979, org.onap.sdc.toscaparser.api.parameters.Input@7d109781] 2022-05-31T07:22:07.626Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.626Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:07.626Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||VF Category is: Generic 2022-05-31T07:22:07.626Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||VFCustomizationUUID= 1fc9a87d-d6be-4131-9957-c4d1185573b5 2022-05-31T07:22:07.626Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1fc9a87d-d6be-4131-9957-c4d1185573b5 matches Tosca VF Customization UUID: 1fc9a87d-d6be-4131-9957-c4d1185573b5 2022-05-31T07:22:07.626Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||vfCustomizationUUID: 1fc9a87d-d6be-4131-9957-c4d1185573b5 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-05-31T07:22:07.628Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.628Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:07.628Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||resource request for resource customization id 1fc9a87d-d6be-4131-9957-c4d1185573b5: {\"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-05-31T07:22:07.628Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a9ac7eb 2022-05-31T07:22:07.628Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.628Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T07:22:07.628Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 761345f5-9a26-4004-82a1-8da343a0f7ab 2022-05-31T07:22:07.628Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 761345f5-9a26-4004-82a1-8da343a0f7ab 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-05-31T07:22:07.630Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.630Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T07:22:07.630Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:22:07.630Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.630Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T07:22:07.631Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:22:07.631Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.631Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-31T07:22:07.631Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-31T07:22:07.631Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-31T07:22:07.631Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5deb3d45-fabf-4988-85f9-2b92fc4c9d86 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-05-31T07:22:07.632Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.632Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T07:22:07.632Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:22:07.633Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.633Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-31T07:22:07.633Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1fc9a87d-d6be-4131-9957-c4d1185573b5 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-05-31T07:22:07.634Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.634Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:07.634Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500|| resourceSeq for service uuid 7e0f6c8f-f13e-4e00-9014-50086f2544b2: basic_vm_macro 2022-05-31T07:22:07.634Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.634Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:07.634Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.634Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:07.634Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.635Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:07.635Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.635Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:07.635Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:22:07.635Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:22:07.635Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:07.680Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro dcebeff9-ce99-45a1-be75-5fa572aba828 1 ASDC deployResourceStructure 2022-05-31T07:22:07.680Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:07.680Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:07.680Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:22:07.680Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:07.682Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:07.682Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981727680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:22:07.782Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:07.782Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:07.782Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:07.792Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:07.792Z||pool-187-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:08.682Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:08.683Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:08.683Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:22:08.683Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:08.684Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:08.684Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981728682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-31T07:22:08.784Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:08.785Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:08.785Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:08.793Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:08.794Z||pool-188-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:09.685Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:09.686Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|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-05-31T07:22:09.686Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:22:09.686Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:09.687Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:09.687Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981729685, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-31T07:22:09.787Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:09.788Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:09.788Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:09.797Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:09.797Z||pool-189-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:10.688Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-31T07:22:10.688Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-31T07:22:10.688Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:22:10.688Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:10.690Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:10.690Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981730688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:22:10.790Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:10.790Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:10.791Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:10.799Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:10.799Z||pool-190-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-31T07:22:11.690Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:22:11.700Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 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-05-31T07:22:11.702Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:22:11.702Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:22:11.703Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T07:22:11.703Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T07:22:11.703Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T07:22:11.703Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T07:22:11.707Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T07:22:41.707Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 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-05-31T07:22:41.714Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 and serviceModelVersionId: 7e0f6c8f-f13e-4e00-9014-50086f2544b2 2022-05-31T07:22:41.714Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2879423-a10d-41cb-ab8f-f88a6d5bdd7c 2022-05-31T07:22:41.715Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0 2022-05-31T07:22:41.718Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8cf78282-aeb1-4357-b8f8-f3b7c7221e8f/model-vers/model-ver/d193786c-f406-4e61-944e-a8ea7d221ae0?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-05-31T07:22:41.738Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Invoke 2022-05-31T07:22:41.738Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bcf1478-91f6-41ef-ab1e-5e4409ae71d7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd3b4074-9669-450f-a08a-5af2431f4e5c], X-ECOMP-RequestID=[5bcf1478-91f6-41ef-ab1e-5e4409ae71d7], X-TransactionId=[], X-ONAP-RequestID=[5bcf1478-91f6-41ef-ab1e-5e4409ae71d7], Content-Type=[application/merge-patch+json]} 2022-05-31T07:22:43.278Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Invoke 2022-05-31T07:22:43.278Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bcf1478-91f6-41ef-ab1e-5e4409ae71d7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[54d0f127-5262-403f-8923-53e8bcb98acf], X-ECOMP-RequestID=[5bcf1478-91f6-41ef-ab1e-5e4409ae71d7], X-TransactionId=[], X-ONAP-RequestID=[5bcf1478-91f6-41ef-ab1e-5e4409ae71d7], Content-Type=[application/merge-patch+json]} 2022-05-31T07:22:44.818Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Invoke 2022-05-31T07:22:44.818Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bcf1478-91f6-41ef-ab1e-5e4409ae71d7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fa1f2da4-5b1f-4967-b1ab-5c295ed27ab3], X-ECOMP-RequestID=[5bcf1478-91f6-41ef-ab1e-5e4409ae71d7], X-TransactionId=[], X-ONAP-RequestID=[5bcf1478-91f6-41ef-ab1e-5e4409ae71d7], Content-Type=[application/merge-patch+json]} 2022-05-31T07:22:45.848Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:22:45.849Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T07:22:45.849Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:22:45.849Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T07:22:45.854Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:22:45.854Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bcf1478-91f6-41ef-ab1e-5e4409ae71d7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:22:45.854Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T07:22:45.854Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:45.855Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:45.856Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981765854, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T07:22:45.956Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:45.956Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:45.956Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:45.968Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:45.968Z||pool-191-thread-1|||||INFO|500||cambria reply ok (12 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-05-31T07:22:46.866Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:22:46.866Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:22:46.866Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:51.204Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:51.204Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||received message from topic 2022-05-31T07:22:51.204Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"99747498-e8c1-4890-aae6-2986234e8f74","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f3c6129e-7dd3-4db1-837b-fe9da07023c6","serviceDescription":"service","serviceInvariantUUID":"d48d80eb-ecdf-4b00-80fd-788f27b75e8e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"15e5c21a-817e-458a-bff4-92c92656f5a0","resourceInvariantUUID":"f26e8e78-099f-4d3d-877f-8a51575d4fad","resourceCustomizationUUID":"c7ffff5f-ddc4-4234-a2ed-39a668d1aa67","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":"NWRlMTA5YjcxZmNlMDY1ZTUyMWFjNzQ4NThkZTFmYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2c78e7d-1f57-4b68-ad90-faf118ebbf61","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":"NTA0ZWNjNDYzZGQ3ZDY1NzM1Y2JiNGVkMmY5ZmNjOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7382c06d-1274-469c-b5d7-bd8a0ed53be3","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":"d434cf14-1e99-47ac-9841-b5bae73fbc9b","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":"e6ec4537-2f5f-4427-8e0a-74453f444cae","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":"d516dc75-bc9a-4a5b-888a-91850985c445","artifactVersion":"2","generatedFromUUID":"8c34fc31-f2d7-4f43-9d32-f135d3d04287"},{"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":"2cd7d50e-f6e8-4903-9155-3ccc68d306a2","artifactVersion":"2","generatedFromUUID":"d434cf14-1e99-47ac-9841-b5bae73fbc9b"},{"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":"8c34fc31-f2d7-4f43-9d32-f135d3d04287","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":"eb8d8194-c4d6-4463-948f-73c5ce130de0","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":"MGU1MTYxYjZhOGM5YmQ4ZjMxMzFmMWY1ZDM5ZjBhMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d048a1d4-c892-4996-97b7-e1ca179b3d97","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OWVkODFkYWVmZDlkM2JlM2IwZGIxNTEwZjM3NTcxMTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cbc27a21-495a-4575-bd06-b43d9669dd72","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-31T07:22:51.206Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:22:51.206Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:51.208Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:51.208Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:51.308Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:51.309Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:51.309Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:51.320Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:51.320Z||pool-192-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:52.208Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:22:52.211Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:52.212Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:52.212Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:22:52.312Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:52.313Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:52.313Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:52.322Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:52.322Z||pool-193-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:53.212Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:22:53.213Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:53.215Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:53.215Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-31T07:22:53.315Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:53.315Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:53.316Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:53.327Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:53.328Z||pool-194-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:54.216Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:22:54.216Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:54.218Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:54.218Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:54.318Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:54.319Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:54.319Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:54.327Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:54.328Z||pool-195-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:55.218Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:22:55.219Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:55.220Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:55.220Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-31T07:22:55.320Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:55.320Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:55.321Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:55.329Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:55.329Z||pool-196-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:56.220Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:22:56.221Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:56.222Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:56.222Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-31T07:22:56.322Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:56.323Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:56.323Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:56.331Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:56.331Z||pool-197-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:57.223Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:22:57.223Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:57.224Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:57.224Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-31T07:22:57.325Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T07:22:57.325Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:57.325Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:57.335Z||pool-198-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:57.335Z||pool-198-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:58.225Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:22:58.225Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:58.226Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:58.227Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:58.327Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:58.327Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:58.327Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:58.335Z||pool-199-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:58.336Z||pool-199-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:22:59.227Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:22:59.228Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:22:59.229Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:22:59.229Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:22:59.329Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:22:59.330Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:22:59.330Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:22:59.338Z||pool-200-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:22:59.339Z||pool-200-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:23:00.229Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendNotificationStatus 2022-05-31T07:23:00.230Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:00.231Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:00.231Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:23:00.332Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-31T07:23:00.332Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:00.332Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:00.341Z||pool-201-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:00.341Z||pool-201-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:23:01.232Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||sending notification to client: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "f3c6129e-7dd3-4db1-837b-fe9da07023c6", "serviceDescription": "service", "serviceInvariantUUID": "d48d80eb-ecdf-4b00-80fd-788f27b75e8e", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c7ffff5f-ddc4-4234-a2ed-39a668d1aa67", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "15e5c21a-817e-458a-bff4-92c92656f5a0", "resourceInvariantUUID": "f26e8e78-099f-4d3d-877f-8a51575d4fad", "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": "NTA0ZWNjNDYzZGQ3ZDY1NzM1Y2JiNGVkMmY5ZmNjOGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7382c06d-1274-469c-b5d7-bd8a0ed53be3", "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": "d434cf14-1e99-47ac-9841-b5bae73fbc9b", "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": "2cd7d50e-f6e8-4903-9155-3ccc68d306a2", "generatedFromUUID": "d434cf14-1e99-47ac-9841-b5bae73fbc9b" }, "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": "d516dc75-bc9a-4a5b-888a-91850985c445", "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": "2cd7d50e-f6e8-4903-9155-3ccc68d306a2", "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": "8c34fc31-f2d7-4f43-9d32-f135d3d04287", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "OWVkODFkYWVmZDlkM2JlM2IwZGIxNTEwZjM3NTcxMTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cbc27a21-495a-4575-bd06-b43d9669dd72" } ], "workloadContext": "Production" } 2022-05-31T07:23:01.233Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-31T07:23:01.233Z|5bcf1478-91f6-41ef-ab1e-5e4409ae71d7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f3c6129e-7dd3-4db1-837b-fe9da07023c6 ASDC 2022-05-31T07:23:01.233Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||ASDC Notification: DistributionID:99747498-e8c1-4890-aae6-2986234e8f74 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:f3c6129e-7dd3-4db1-837b-fe9da07023c6 ServiceInvariantUUID:d48d80eb-ecdf-4b00-80fd-788f27b75e8e 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:cbc27a21-495a-4575-bd06-b43d9669dd72 ArtifactChecksum:OWVkODFkYWVmZDlkM2JlM2IwZGIxNTEwZjM3NTcxMTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c7ffff5f-ddc4-4234-a2ed-39a668d1aa67 ResourceInvariantUUID:f26e8e78-099f-4d3d-877f-8a51575d4fad ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:15e5c21a-817e-458a-bff4-92c92656f5a0 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:7382c06d-1274-469c-b5d7-bd8a0ed53be3 ArtifactChecksum:NTA0ZWNjNDYzZGQ3ZDY1NzM1Y2JiNGVkMmY5ZmNjOGY= 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:d434cf14-1e99-47ac-9841-b5bae73fbc9b 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:2cd7d50e-f6e8-4903-9155-3ccc68d306a2 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:d516dc75-bc9a-4a5b-888a-91850985c445 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:2cd7d50e-f6e8-4903-9155-3ccc68d306a2 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:8c34fc31-f2d7-4f43-9d32-f135d3d04287 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-31T07:23:01.233Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3c6129e-7dd3-4db1-837b-fe9da07023c6 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-05-31T07:23:01.261Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T07:23:01.261Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||MSO config path is: /app 2022-05-31T07:23:01.261Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||MSO config path is: /app 2022-05-31T07:23:01.261Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Trying to download the artifact UUID: cbc27a21-495a-4575-bd06-b43d9669dd72 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-31T07:23:01.261Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:23:01.261Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-31T07:23:01.520Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:23:01.526Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar cbc27a21-495a-4575-bd06-b43d9669dd72 158212 2022-05-31T07:23:01.526Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-31T07:23:01.526Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-31T07:23:01.526Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:23:01.527Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:01.528Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:01.528Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981781526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:23:01.628Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:01.628Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:01.629Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:01.637Z||pool-202-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:01.637Z||pool-202-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:23:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:23:02.279Z||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-05-31T07:23:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:02.297Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:02.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:23:02.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d405044-bf8a-4340-a729-e9c11ebea9c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981712765, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T07:23:02.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:23:02.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:23:02.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981475794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:23:02.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-31T07:23:02.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-31T07:23:02.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981721972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:23:02.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:23:02.528Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-31T07:23:02.529Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||MSO config path is: /app 2022-05-31T07:23:02.529Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Trying to write artifact UUID: cbc27a21-495a-4575-bd06-b43d9669dd72, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-31T07:23:02.530Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-31T07:23:02.530Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-31T07:23:02.530Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-31T07:23:02.614Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14286084110983058972/Definitions/service-BasicCnfMacro-template.yml 2022-05-31T07:23:03.395Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||CSAR conformance level is 11.0 2022-05-31T07:23:03.395Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|WARN|500||#################################################################################################### 2022-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|WARN|500||#################################################################################################### 2022-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.396Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Search for entities recursively 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.397Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T07:23:03.398Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:23:03.398Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.398Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T07:23:03.398Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:23:03.398Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.398Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T07:23:03.398Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:23:03.398Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.398Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T07:23:03.398Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:23:03.398Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.399Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-31T07:23:03.399Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-31T07:23:03.399Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=12a12b7d-f581-409d-9adf-159631821c93 2022-05-31T07:23:03.399Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.399Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:03.399Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.399Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:03.399Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.399Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:03.399Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:03.399Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:03.399Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:f3c6129e-7dd3-4db1-837b-fe9da07023c6 Model Version:NULL Model InvariantUuid:d48d80eb-ecdf-4b00-80fd-788f27b75e8e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:5d584a9b-6fa8-4464-b9a7-cc05a16c5763 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f26e8e78-099f-4d3d-877f-8a51575d4fad Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c7ffff5f-ddc4-4234-a2ed-39a668d1aa67 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a56e1eb0-736f-4f6a-b067-818371c73b2e ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:92f2854e-1b87-4adf-a165-ceebfe38bf6e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:58abccb2-677e-43ac-96ce-20561e30554b ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:13112d07-1c29-406e-823c-a1e90250fff8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:12a12b7d-f581-409d-9adf-159631821c93 ModelInvariantUuid:ed7144c5-c4e7-4bc7-935c-3f6e34b40ef3 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:3d1543a8-ffdb-4df8-8808-4d0aea17332d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:d6dc2e1b-f20e-4254-af2c-14636cab91aa ModelInvariantUuid:dc9e9922-04b6-4e5c-8c60-109197bb9f5c ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:82fd4770-8a01-44c5-82e0-1114356630fc 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-05-31T07:23:03.404Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 15e5c21a-817e-458a-bff4-92c92656f5a0 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-05-31T07:23:03.405Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||basic_cnf_macro 0 2022-05-31T07:23:03.405Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 15e5c21a-817e-458a-bff4-92c92656f5a0 2022-05-31T07:23:03.405Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Trying to download the artifact UUID: 7382c06d-1274-469c-b5d7-bd8a0ed53be3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-31T07:23:03.405Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:23:03.405Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:03.446Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:23:03.446Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 7382c06d-1274-469c-b5d7-bd8a0ed53be3 1565 2022-05-31T07:23:03.446Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:03.447Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:03.447Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:23:03.447Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:03.448Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:03.448Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981783446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:23:03.548Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:03.549Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:03.549Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:03.557Z||pool-203-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:03.557Z||pool-203-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:23:04.448Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "58abccb2-677e-43ac-96ce-20561e30554b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "13112d07-1c29-406e-823c-a1e90250fff8", "vfModuleModelCustomizationUUID": "99480545-3fb1-4844-83f0-b727c0195518", "isBase": true, "artifacts": [ "d434cf14-1e99-47ac-9841-b5bae73fbc9b", "2cd7d50e-f6e8-4903-9155-3ccc68d306a2" ], "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": "a56e1eb0-736f-4f6a-b067-818371c73b2e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "92f2854e-1b87-4adf-a165-ceebfe38bf6e", "vfModuleModelCustomizationUUID": "82ae653d-4017-44d8-b895-7dfffec10611", "isBase": false, "artifacts": [ "8c34fc31-f2d7-4f43-9d32-f135d3d04287" ], "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-05-31T07:23:04.451Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:13112d07-1c29-406e-823c-a1e90250fff8 VfModuleModelInvariantUUID:58abccb2-677e-43ac-96ce-20561e30554b VfModuleModelDescription:NULL Artifacts UUID List:{ d434cf14-1e99-47ac-9841-b5bae73fbc9b , 2cd7d50e-f6e8-4903-9155-3ccc68d306a2 } 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:92f2854e-1b87-4adf-a165-ceebfe38bf6e VfModuleModelInvariantUUID:a56e1eb0-736f-4f6a-b067-818371c73b2e VfModuleModelDescription:NULL Artifacts UUID List:{ 8c34fc31-f2d7-4f43-9d32-f135d3d04287 } 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-05-31T07:23:04.452Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "58abccb2-677e-43ac-96ce-20561e30554b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "13112d07-1c29-406e-823c-a1e90250fff8", "vfModuleModelCustomizationUUID": "99480545-3fb1-4844-83f0-b727c0195518", "isBase": true, "artifacts": [ "d434cf14-1e99-47ac-9841-b5bae73fbc9b", "2cd7d50e-f6e8-4903-9155-3ccc68d306a2" ], "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": "a56e1eb0-736f-4f6a-b067-818371c73b2e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "92f2854e-1b87-4adf-a165-ceebfe38bf6e", "vfModuleModelCustomizationUUID": "82ae653d-4017-44d8-b895-7dfffec10611", "isBase": false, "artifacts": [ "8c34fc31-f2d7-4f43-9d32-f135d3d04287" ], "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-05-31T07:23:04.452Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:13112d07-1c29-406e-823c-a1e90250fff8 VfModuleModelInvariantUUID:58abccb2-677e-43ac-96ce-20561e30554b VfModuleModelDescription:NULL Artifacts UUID List:{ d434cf14-1e99-47ac-9841-b5bae73fbc9b , 2cd7d50e-f6e8-4903-9155-3ccc68d306a2 } 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:92f2854e-1b87-4adf-a165-ceebfe38bf6e VfModuleModelInvariantUUID:a56e1eb0-736f-4f6a-b067-818371c73b2e VfModuleModelDescription:NULL Artifacts UUID List:{ 8c34fc31-f2d7-4f43-9d32-f135d3d04287 } 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-05-31T07:23:04.452Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Trying to download the artifact UUID: d434cf14-1e99-47ac-9841-b5bae73fbc9b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-31T07:23:04.452Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:23:04.453Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:04.707Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:23:04.707Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml d434cf14-1e99-47ac-9841-b5bae73fbc9b 914 2022-05-31T07:23:04.708Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:04.708Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:04.708Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:23:04.708Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:04.709Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:04.709Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981784708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:23:04.809Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:04.810Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:04.810Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:04.819Z||pool-204-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:04.819Z||pool-204-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-31T07:23:05.710Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Trying to download the artifact UUID: d516dc75-bc9a-4a5b-888a-91850985c445 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-31T07:23:05.710Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:23:05.710Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:05.817Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:23:05.817Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d516dc75-bc9a-4a5b-888a-91850985c445 12 2022-05-31T07:23:05.817Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:05.817Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:05.817Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:23:05.818Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:05.819Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:05.819Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981785817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:23:05.919Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:05.920Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:05.920Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:05.928Z||pool-205-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:05.929Z||pool-205-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-31T07:23:06.819Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Trying to download the artifact UUID: 2cd7d50e-f6e8-4903-9155-3ccc68d306a2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-31T07:23:06.820Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:23:06.820Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:07.010Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:23:07.010Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2cd7d50e-f6e8-4903-9155-3ccc68d306a2 96 2022-05-31T07:23:07.010Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:07.010Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:07.010Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:23:07.011Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:07.012Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:07.012Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981787010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:23:07.112Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:07.113Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:07.113Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:07.121Z||pool-206-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:07.121Z||pool-206-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:23:08.013Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||Trying to download the artifact UUID: 8c34fc31-f2d7-4f43-9d32-f135d3d04287 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-31T07:23:08.013Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - download 2022-05-31T07:23:08.013Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:08.402Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||GET Response Status 200 2022-05-31T07:23:08.403Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 8c34fc31-f2d7-4f43-9d32-f135d3d04287 20206 2022-05-31T07:23:08.403Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:08.403Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:08.403Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendDownloadStatus 2022-05-31T07:23:08.403Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:08.405Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:08.405Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981788403, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-31T07:23:08.505Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:08.505Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:08.505Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:08.513Z||pool-207-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:08.513Z||pool-207-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-05-31T07:23:09.408Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Preparing to deploy Service: f3c6129e-7dd3-4db1-837b-fe9da07023c6 2022-05-31T07:23:09.408Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 15e5c21a-817e-458a-bff4-92c92656f5a0 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-05-31T07:23:09.413Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62dbcf4f, org.onap.sdc.toscaparser.api.parameters.Input@246885c8, org.onap.sdc.toscaparser.api.parameters.Input@49e8dcd6, org.onap.sdc.toscaparser.api.parameters.Input@34a617e4, org.onap.sdc.toscaparser.api.parameters.Input@8bb0788] 2022-05-31T07:23:09.414Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:09.414Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:09.414Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||VF Category is: Generic 2022-05-31T07:23:09.414Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||VFCustomizationUUID= c7ffff5f-ddc4-4234-a2ed-39a668d1aa67 2022-05-31T07:23:09.414Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c7ffff5f-ddc4-4234-a2ed-39a668d1aa67 matches Tosca VF Customization UUID: c7ffff5f-ddc4-4234-a2ed-39a668d1aa67 2022-05-31T07:23:09.414Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||vfCustomizationUUID: c7ffff5f-ddc4-4234-a2ed-39a668d1aa67 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-05-31T07:23:09.415Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:09.415Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:09.416Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||resource request for resource customization id c7ffff5f-ddc4-4234-a2ed-39a668d1aa67: {\"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-05-31T07:23:09.416Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6381c80b 2022-05-31T07:23:09.416Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:09.416Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-31T07:23:09.416Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 82ae653d-4017-44d8-b895-7dfffec10611 2022-05-31T07:23:09.416Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 82ae653d-4017-44d8-b895-7dfffec10611 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-05-31T07:23:09.417Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:09.417Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T07:23:09.417Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:23:09.418Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:09.418Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T07:23:09.418Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-31T07:23:09.418Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:09.418Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-31T07:23:09.418Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c7ffff5f-ddc4-4234-a2ed-39a668d1aa67 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-05-31T07:23:09.419Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:09.419Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:09.419Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500|| resourceSeq for service uuid f3c6129e-7dd3-4db1-837b-fe9da07023c6: basic_cnf_macro 2022-05-31T07:23:09.419Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:09.419Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:09.419Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:09.420Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:09.420Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:09.420Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:09.420Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:09.420Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:09.420Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-31T07:23:09.420Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-31T07:23:09.420Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:09.451Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 15e5c21a-817e-458a-bff4-92c92656f5a0 2 ASDC deployResourceStructure 2022-05-31T07:23:09.451Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:09.451Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:09.451Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:23:09.452Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:09.453Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:09.453Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981789451, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:23:09.553Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:09.554Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:09.554Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:09.562Z||pool-208-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:09.562Z||pool-208-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:23:10.454Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:10.455Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:10.455Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:23:10.455Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:10.456Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:10.456Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981790454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-31T07:23:10.556Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:10.557Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:10.557Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:10.565Z||pool-209-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:10.566Z||pool-209-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-31T07:23:11.457Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:11.457Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:11.457Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-31T07:23:11.457Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:11.459Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:11.459Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981791457, "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-05-31T07:23:11.559Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:11.560Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:11.560Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:11.569Z||pool-210-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:11.569Z||pool-210-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:23:12.460Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:12.460Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:12.460Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:23:12.460Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:12.462Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:12.462Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981792460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-31T07:23:12.562Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:12.562Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:12.562Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:12.571Z||pool-211-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:12.571Z||pool-211-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:23:13.462Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:13.463Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|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-05-31T07:23:13.463Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-31T07:23:13.463Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:13.464Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:13.464Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981793462, "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-05-31T07:23:13.564Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:13.565Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:13.565Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:13.573Z||pool-212-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:13.573Z||pool-212-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:23:14.465Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-31T07:23:14.465Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-31T07:23:14.465Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus 2022-05-31T07:23:14.465Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:14.466Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:14.467Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981794465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:23:14.567Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:14.567Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:14.567Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:14.575Z||pool-213-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:14.575Z||pool-213-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-31T07:23:15.467Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99747498-e8c1-4890-aae6-2986234e8f74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-31T07:23:15.477Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99747498-e8c1-4890-aae6-2986234e8f74 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-05-31T07:23:15.479Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-31T07:23:15.479Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-31T07:23:15.479Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-31T07:23:15.479Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-31T07:23:15.479Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-31T07:23:15.479Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-31T07:23:15.483Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-31T07:23:45.483Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 99747498-e8c1-4890-aae6-2986234e8f74 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-05-31T07:23:45.488Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99747498-e8c1-4890-aae6-2986234e8f74 and serviceModelVersionId: f3c6129e-7dd3-4db1-837b-fe9da07023c6 2022-05-31T07:23:45.488Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d48d80eb-ecdf-4b00-80fd-788f27b75e8e 2022-05-31T07:23:45.488Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0 2022-05-31T07:23:45.491Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|INFO|500||RestClientSSL using default SSL context! 2022-05-31T07:23:45.512Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2879423-a10d-41cb-ab8f-f88a6d5bdd7c/model-vers/model-ver/7e0f6c8f-f13e-4e00-9014-50086f2544b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?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-05-31T07:23:45.513Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||Invoke 2022-05-31T07:23:47.058Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?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-05-31T07:23:47.058Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||Invoke 2022-05-31T07:23:48.597Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?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-05-31T07:23:48.598Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||Invoke 2022-05-31T07:23:49.624Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:23:49.625Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|ERROR|500||Exception occurred javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327) at org.onap.so.client.RestRequest.get(RestRequest.java:58) at org.onap.so.client.RestClient.buildRequest(RestClient.java:326) at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322) at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283) at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67) at net.jodah.failsafe.Execution.executeSync(Execution.java:117) at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319) at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71) at org.onap.so.client.RestClient.method(RestClient.java:322) at org.onap.so.client.RestClient.patch(RestClient.java:265) at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81) at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680) 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) 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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171) at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214) at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152) at java.base/java.io.FilterOutputStream.write(Unknown Source) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.base/java.io.OutputStreamWriter.flush(Unknown Source) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170) at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76) at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259) ... 31 common frames omitted 2022-05-31T07:23:49.625Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:23:49.625Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused) 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-05-31T07:23:49.629Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|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-05-31T07:23:49.629Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99747498-e8c1-4890-aae6-2986234e8f74 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused) 2022-05-31T07:23:49.630Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-05-31T07:23:49.630Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||DistributionClient - sendStatus 2022-05-31T07:23:49.632Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-31T07:23:49.632Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|DEBUG|500||try to send status { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981829629, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T07:23:49.732Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-31T07:23:49.732Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-31T07:23:49.733Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:23:49.744Z||pool-214-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:23:49.745Z||pool-214-thread-1|||||INFO|500||cambria reply ok (13 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-05-31T07:23:50.643Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:23:50.643Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:23:50.643Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:24:00.174Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:24:00.174Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:24:00.174Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:24:00.175Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:24:02.279Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:24:02.279Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:24:02.279Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:24:02.296Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:24:02.296Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.296Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981724099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:24:02.296Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981725401, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981726616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981727680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981728682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981729685, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981730688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "5bcf1478-91f6-41ef-ab1e-5e4409ae71d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981765854, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.297Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Missing status on Status Object. 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Missing status on Status Object. 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Missing status on Status Object. 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Missing status on Status Object. 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Missing status on Status Object. 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Missing status on Status Object. 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Missing status on Status Object. 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Missing status on Status Object. 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.298Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-31T07:24:02.299Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Missing status on Status Object. 2022-05-31T07:24:02.299Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.299Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981766866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-31T07:24:02.299Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Missing status on Status Object. 2022-05-31T07:24:02.299Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||received message from topic 2022-05-31T07:24:02.299Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981781526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-31T07:24:02.299Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:24:09.704Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:24:09.704Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:24:09.705Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:24:09.705Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:24:19.231Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:24:19.232Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:24:19.232Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:24:19.232Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:24:28.762Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:24:28.763Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:24:28.763Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:24:28.764Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:24:38.294Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:24:38.294Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:24:38.294Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:24:38.295Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:24:47.827Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:24:47.827Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:24:47.828Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:24:47.828Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:24:57.359Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:25:02.277Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:25:02.277Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:25:02.277Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:25:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:25:02.279Z||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-05-31T07:25:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:25:02.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:25:02.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T07:25:02.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981783446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-31T07:25:02.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:25:02.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T07:25:02.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981784708, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-31T07:25:02.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:25:02.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T07:25:02.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981785817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:25:02.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981787010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981788403, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981789451, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981790454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981791457, "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-05-31T07:25:02.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981792460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981793462, "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-05-31T07:25:02.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981794465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-31T07:25:02.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:25:02.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-31T07:25:02.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "99747498-e8c1-4890-aae6-2986234e8f74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653981829629, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)" } 2022-05-31T07:25:02.799Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-31T07:25:11.814Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:26:02.277Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:26:02.277Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:26:02.278Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:26:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:26:02.279Z||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-05-31T07:26:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:26:11.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:26:11.813Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:27:02.277Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:27:02.277Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:27:02.277Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:27:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:27:02.279Z||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-05-31T07:27:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:27:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:27:11.814Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:28:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:28:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:28:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:28:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:28:02.279Z||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-05-31T07:28:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:28:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:28:11.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:29:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:29:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:29:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:29:02.278Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:29:02.279Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:29:02.279Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:29:11.813Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:29:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:30:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:30:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:30:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:30:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:30:02.279Z||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-05-31T07:30:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:30:11.819Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:30:11.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:31:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:31:02.278Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:31:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:31:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:31:02.279Z||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-05-31T07:31:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:31:11.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:31:11.821Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:32:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:32:02.278Z||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-05-31T07:32:02.278Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:32:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:32:02.279Z||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-05-31T07:32:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:32:11.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:32:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:33:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:33:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:33:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:33:02.278Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:33:02.279Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:33:02.279Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:33:11.812Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:33:11.823Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:34:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:34:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:34:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:34:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:34:02.279Z||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-05-31T07:34:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:34:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:34:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:35:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:35:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:35:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:35:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:35:02.279Z||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-05-31T07:35:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:35:11.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:35:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:36:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:36:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:36:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:36:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:36:02.279Z||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-05-31T07:36:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:36:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:36:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:37:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:37:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:37:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:37:02.278Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:37:02.279Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:37:02.279Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:37:11.815Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:37:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:38:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:38:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:38:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:38:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:38:02.279Z||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-05-31T07:38:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:38:11.811Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:38:11.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:39:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:39:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:39:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:39:02.279Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:39:02.279Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:39:02.279Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:39:11.816Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:39:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:40:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:40:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:40:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:40:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:40:02.279Z||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-05-31T07:40:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:40:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:40:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:41:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:41:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:41:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:41:02.278Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:41:02.279Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:41:02.279Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:41:11.820Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:41:11.820Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:42:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:42:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:42:02.277Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:42:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:42:02.279Z||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-05-31T07:42:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:42:11.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:42:11.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:43:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:43:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:43:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:43:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:43:02.279Z||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-05-31T07:43:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:43:11.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:43:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:44:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:44:02.277Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:44:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:44:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:44:02.279Z||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-05-31T07:44:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:44:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:44:11.818Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:45:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:45:02.277Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:45:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:45:02.279Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:45:02.279Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:45:02.279Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:45:11.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:45:11.813Z|8e27a099-2562-45d5-8404-553ceaea8354|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/249646f1-8a53-420f-9ba2-ec33b00b01f5/model-vers/model-ver/f2a9bded-4ec9-436a-8be5-db58893d6f4d?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:46:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:46:02.277Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:46:02.278Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:46:02.279Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:46:02.279Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:46:02.279Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:46:11.815Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:46:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:47:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:47:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:47:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:47:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:47:02.279Z||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-05-31T07:47:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:47:11.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:47:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:48:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:48:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:48:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:48:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:48:02.279Z||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-05-31T07:48:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:48:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:48:11.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:49:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:49:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:49:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:49:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:49:02.279Z||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-05-31T07:49:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:49:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:49:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:50:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:50:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:50:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:50:02.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:50:02.279Z||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-05-31T07:50:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:50:11.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:50:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:51:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:51:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:51:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:51:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:51:02.279Z||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-05-31T07:51:02.279Z||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 cOgZ38svBrRFlD4z) ... 2022-05-31T07:51:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:51:11.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:52:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:52:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:52:02.277Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:52:02.278Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-31T07:52:02.279Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-31T07:52:02.279Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ... 2022-05-31T07:52:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-31T07:52:11.814Z|99747498-e8c1-4890-aae6-2986234e8f74|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d48d80eb-ecdf-4b00-80fd-788f27b75e8e/model-vers/model-ver/f3c6129e-7dd3-4db1-837b-fe9da07023c6?depth=0|INFO|500|| --> HTTP/1.1 200 OK