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) 2021-10-06T14:14:50.361Z||main|||||INFO|500||The following profiles are active: basic 2021-10-06T14:15:04.582Z||main|||||INFO|500||Starting service [Tomcat] 2021-10-06T14:15:04.583Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-10-06T14:15:04.805Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-10-06T14:15:11.408Z||main|||||INFO|500||catdb-pool - Starting... 2021-10-06T14:15:11.842Z||main|||||INFO|500||catdb-pool - Start completed. 2021-10-06T14:15:12.542Z||main|||||INFO|500||reqdb-pool - Starting... 2021-10-06T14:15:12.549Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-10-06T14:15:12.805Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-10-06T14:15:13.199Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-10-06T14:15:14.281Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-10-06T14:15:20.441Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-06T14:15:22.967Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-06T14:15:23.037Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-10-06T14:15:23.659Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-06T14:15:23.832Z||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. 2021-10-06T14:15:25.106Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-06T14:15:26.165Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-10-06T14:15:26.184Z||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$$cb299728.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) 2021-10-06T14:15:26.185Z||main|||||WARN|500||The sdc end point is not alive 2021-10-06T14:15:29.453Z||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 2021-10-06T14:15:32.329Z||main|||||WARN|500||--- 2021-10-06T14:15:32.330Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-10-06T14:15:32.330Z||main|||||WARN|500||--- 2021-10-06T14:15:32.857Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-10-06T14:15:38.344Z||main|||||INFO|500||Started Application in 52.133 seconds (JVM running for 59.362) 2021-10-06T14:15:38.359Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:15:38.365Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:15:38.378Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:15:38.404Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:15:38.459Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b8ab4450-cf7d-4c7e-8cfe-03ddb1fb16a2 url= /sdc/v1/artifactTypes 2021-10-06T14:15:38.460Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:15:39.599Z||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.36.66] 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$$a534b65a.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 2021-10-06T14:15:39.604Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b83a265 2021-10-06T14:15:39.605Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:15:39.617Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:15:39.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:15:39.622Z||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$$a534b65a.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 2021-10-06T14:16:28.340Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:16:28.342Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:16:28.342Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:16:28.348Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:16:28.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 89af84ba-b664-4e08-b236-688e25451b73 url= /sdc/v1/artifactTypes 2021-10-06T14:16:28.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:16:29.388Z||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.36.66] 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$$a534b65a.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 2021-10-06T14:16:29.390Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7631314b 2021-10-06T14:16:29.390Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:16:29.391Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:16:29.391Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:16:29.392Z||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$$a534b65a.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 2021-10-06T14:17:18.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:17:18.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:17:18.340Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:17:18.343Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:17:18.350Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4d46269a-8289-46af-bfbd-d407919879b6 url= /sdc/v1/artifactTypes 2021-10-06T14:17:18.350Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:17:19.372Z||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.36.66] 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$$a534b65a.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 2021-10-06T14:17:19.374Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72b337ba 2021-10-06T14:17:19.375Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:17:19.376Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:17:19.379Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:17:19.380Z||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$$a534b65a.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 2021-10-06T14:18:08.339Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:18:08.343Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:18:08.344Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:18:08.350Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:18:08.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a5b4ee34-e6b2-491c-bd03-2d00479d8696 url= /sdc/v1/artifactTypes 2021-10-06T14:18:08.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:18:09.388Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:18:09.389Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@283cfe8c 2021-10-06T14:18:09.390Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:18:09.390Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:18:09.391Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:18:09.393Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:18:58.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:18:58.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:18:58.340Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:18:58.343Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:18:58.348Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 37690983-271b-4ab9-9f3e-84d28edf22b7 url= /sdc/v1/artifactTypes 2021-10-06T14:18:58.348Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:18:59.375Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:18:59.376Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f7da0dc 2021-10-06T14:18:59.376Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:18:59.376Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:18:59.377Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:18:59.377Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:19:48.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:19:48.340Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:19:48.341Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:19:48.346Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:19:48.352Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b9af94eb-47c9-4ebe-b527-7357c4799e07 url= /sdc/v1/artifactTypes 2021-10-06T14:19:48.353Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:19:49.392Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:19:49.393Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@545e00b7 2021-10-06T14:19:49.394Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:19:49.394Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:19:49.395Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:19:49.395Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:20:38.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:20:38.342Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:20:38.342Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:20:38.349Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:20:38.359Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 69eac74d-aa05-47eb-b1b4-a492bc7b8756 url= /sdc/v1/artifactTypes 2021-10-06T14:20:38.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:20:39.404Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:20:39.406Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62b3bece 2021-10-06T14:20:39.406Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:20:39.407Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:20:39.407Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:20:39.408Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:21:28.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:21:28.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:21:28.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:21:28.343Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:21:28.350Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0772e3d9-d068-4a31-90f2-a5568b6ea040 url= /sdc/v1/artifactTypes 2021-10-06T14:21:28.350Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:21:29.389Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:21:29.390Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7659345a 2021-10-06T14:21:29.390Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:21:29.390Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:21:29.391Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:21:29.391Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:22:18.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:22:18.340Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:22:18.341Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:22:18.346Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:22:18.355Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c8356f5-8f2f-45e4-b96d-0c986e4779e4 url= /sdc/v1/artifactTypes 2021-10-06T14:22:18.355Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:22:19.374Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:22:19.375Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3969ef12 2021-10-06T14:22:19.376Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:22:19.376Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:22:19.376Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:22:19.377Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:23:08.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:23:08.341Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:23:08.342Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:23:08.348Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:23:08.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d8c1f81f-ffdf-43f8-8e67-8647d54f69fe url= /sdc/v1/artifactTypes 2021-10-06T14:23:08.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:23:09.395Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:23:09.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@153954bd 2021-10-06T14:23:09.396Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:23:09.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:23:09.397Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:23:09.397Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:23:58.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:23:58.342Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:23:58.342Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:23:58.347Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:23:58.357Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 98192b04-cad0-42ae-9cff-c57be4a8b015 url= /sdc/v1/artifactTypes 2021-10-06T14:23:58.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:23:59.401Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:23:59.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49ede7aa 2021-10-06T14:23:59.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:23:59.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:23:59.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:23:59.404Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:24:48.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:24:48.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:24:48.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:24:48.342Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:24:48.346Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 17c91879-717b-4a8c-8b41-a23abe482a12 url= /sdc/v1/artifactTypes 2021-10-06T14:24:48.347Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:24:49.386Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:24:49.388Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3aabbd41 2021-10-06T14:24:49.389Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:24:49.389Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:24:49.390Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:24:49.391Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:25:38.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:25:38.341Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:25:38.341Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:25:38.345Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:25:38.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9d38471e-8e2a-4b68-9b1b-340d9265e1d6 url= /sdc/v1/artifactTypes 2021-10-06T14:25:38.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:25:39.403Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:25:39.404Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55213dc1 2021-10-06T14:25:39.405Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:25:39.405Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:25:39.406Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:25:39.407Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:26:28.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:26:28.341Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:26:28.342Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:26:28.348Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:26:28.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 356f5cd5-de8c-4139-89c1-1b8d626c2f7f url= /sdc/v1/artifactTypes 2021-10-06T14:26:28.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:26:29.388Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:26:29.389Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f4bcc63 2021-10-06T14:26:29.389Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:26:29.390Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:26:29.390Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:26:29.391Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:27:18.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:27:18.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:27:18.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:27:18.343Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:27:18.355Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 049b967c-7f57-453c-9d8e-3a8ce94fd415 url= /sdc/v1/artifactTypes 2021-10-06T14:27:18.355Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:27:19.400Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:27:19.401Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e8bf439 2021-10-06T14:27:19.401Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:27:19.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:27:19.404Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:27:19.405Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:28:08.340Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:28:08.344Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:28:08.344Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:28:08.349Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:28:08.360Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58c22076-d55c-480f-9b32-4b8a8373cd71 url= /sdc/v1/artifactTypes 2021-10-06T14:28:08.360Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:28:09.385Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-10-06T14:28:09.386Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57bc8d44 2021-10-06T14:28:09.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:28:09.387Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:28:09.387Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:28:09.389Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-10-06T14:28:58.339Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:28:58.345Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:28:58.346Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:28:58.359Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:28:58.368Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1dfd3a17-49e9-4159-b7cf-280a42194d36 url= /sdc/v1/artifactTypes 2021-10-06T14:28:58.368Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:28:59.401Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:28:59.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7fa6220 2021-10-06T14:28:59.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:28:59.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:28:59.402Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:28:59.403Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:29:48.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:29:48.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:29:48.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:29:48.341Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:29:48.347Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c82d1c8-90d4-4b7d-8d38-5798479a5de4 url= /sdc/v1/artifactTypes 2021-10-06T14:29:48.347Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:29:49.388Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:29:49.388Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1de25c2 2021-10-06T14:29:49.388Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:29:49.389Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:29:49.389Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:29:49.389Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:30:38.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:30:38.340Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:30:38.341Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:30:38.349Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:30:38.361Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e82473de-8b24-4f6a-92a5-ea6df668bbd0 url= /sdc/v1/artifactTypes 2021-10-06T14:30:38.361Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:30:39.400Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:30:39.401Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@381d79db 2021-10-06T14:30:39.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:30:39.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:30:39.402Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:30:39.403Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:31:12.568Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-10-06T14:31:28.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:31:28.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:31:28.338Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:31:28.343Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:31:28.350Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6a3ef839-995e-431e-9662-025b8ec473ec url= /sdc/v1/artifactTypes 2021-10-06T14:31:28.350Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:31:29.388Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:31:29.388Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e442d5e 2021-10-06T14:31:29.389Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:31:29.389Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:31:29.389Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:31:29.390Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:32:18.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:32:18.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:32:18.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:32:18.344Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:32:18.350Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0da74255-a724-4138-8429-73b333310dec url= /sdc/v1/artifactTypes 2021-10-06T14:32:18.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:32:19.371Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:32:19.374Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@706e565 2021-10-06T14:32:19.375Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:32:19.375Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:32:19.375Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:32:19.376Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:33:08.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:33:08.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:33:08.338Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:33:08.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:33:08.345Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1715dbef-888b-4ea7-8d8b-18f3e70f03d5 url= /sdc/v1/artifactTypes 2021-10-06T14:33:08.346Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:33:09.387Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:33:09.388Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cea8901 2021-10-06T14:33:09.388Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:33:09.388Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:33:09.388Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:33:09.389Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:33:58.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:33:58.341Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:33:58.342Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:33:58.347Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:33:58.356Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 894c5ef6-bae0-4749-9c3b-831e817a96ee url= /sdc/v1/artifactTypes 2021-10-06T14:33:58.357Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:33:59.408Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:33:59.409Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@38c3a79b 2021-10-06T14:33:59.410Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:33:59.410Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:33:59.410Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:33:59.411Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:34:48.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:34:48.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:34:48.338Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:34:48.341Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:34:48.346Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 765b98a7-19c1-44ab-84a1-1f372c6453a7 url= /sdc/v1/artifactTypes 2021-10-06T14:34:48.346Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:34:49.391Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:34:49.392Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41edef3c 2021-10-06T14:34:49.392Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:34:49.393Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:34:49.393Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:34:49.394Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:35:38.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:35:38.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:35:38.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:35:38.343Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:35:38.350Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1863269d-c55f-4076-885c-656c79cd1c72 url= /sdc/v1/artifactTypes 2021-10-06T14:35:38.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:35:39.411Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:35:39.413Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41c4f9f4 2021-10-06T14:35:39.414Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:35:39.414Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:35:39.415Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:35:39.415Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:36:28.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:36:28.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:36:28.340Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:36:28.343Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:36:28.351Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b88eee93-4c85-4b36-a131-433ff3023e4d url= /sdc/v1/artifactTypes 2021-10-06T14:36:28.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:36:29.388Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:36:29.389Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23de8f62 2021-10-06T14:36:29.389Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:36:29.389Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:36:29.389Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:36:29.390Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:37:18.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:37:18.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:37:18.338Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:37:18.341Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:37:18.347Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9acabcfc-e374-48e1-9ffb-879549e7516e url= /sdc/v1/artifactTypes 2021-10-06T14:37:18.347Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:37:19.376Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:37:19.376Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7759cc2e 2021-10-06T14:37:19.377Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:37:19.377Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:37:19.378Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:37:19.378Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:38:08.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:38:08.340Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:38:08.340Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:38:08.344Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:38:08.351Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f834ca98-3912-4532-928e-48171b2d1cd5 url= /sdc/v1/artifactTypes 2021-10-06T14:38:08.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:38:09.387Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:38:09.388Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ec7b61d 2021-10-06T14:38:09.388Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:38:09.388Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:38:09.389Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:38:09.389Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:38:58.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:38:58.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:38:58.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:38:58.342Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:38:58.348Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6171fd0f-06d6-4032-a8cf-945e783c8329 url= /sdc/v1/artifactTypes 2021-10-06T14:38:58.348Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:38:59.368Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:38:59.369Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16d92214 2021-10-06T14:38:59.369Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:38:59.369Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:38:59.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:38:59.370Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:39:48.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:39:48.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:39:48.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:39:48.342Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:39:48.349Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f9fd062b-117b-457c-aaf2-614958eb50d2 url= /sdc/v1/artifactTypes 2021-10-06T14:39:48.349Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:39:49.387Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:39:49.388Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24394271 2021-10-06T14:39:49.388Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:39:49.388Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:39:49.389Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:39:49.390Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:40:38.340Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:40:38.342Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:40:38.343Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:40:38.348Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:40:38.355Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90dc6bff-2a30-4022-b5ee-07059def9df2 url= /sdc/v1/artifactTypes 2021-10-06T14:40:38.355Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:40:39.404Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:40:39.405Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@557e125f 2021-10-06T14:40:39.406Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:40:39.407Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:40:39.407Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:40:39.408Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:41:28.338Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:41:28.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:41:28.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:41:28.341Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:41:28.348Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a693bb24-7888-4685-b629-db2549315c4b url= /sdc/v1/artifactTypes 2021-10-06T14:41:28.348Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:41:29.385Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:41:29.385Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f02917f 2021-10-06T14:41:29.386Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:41:29.386Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:41:29.386Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:41:29.387Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:42:18.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:42:18.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:42:18.339Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:42:18.343Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:42:18.349Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4256189c-1847-47f2-a0aa-80c90c7cf6e2 url= /sdc/v1/artifactTypes 2021-10-06T14:42:18.350Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:42:19.372Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:42:19.373Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20cc0449 2021-10-06T14:42:19.374Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:42:19.374Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:42:19.374Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:42:19.375Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:43:08.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:43:08.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:43:08.338Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:43:08.342Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:43:08.350Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3b5737a3-d164-437d-8bfd-14e832b86068 url= /sdc/v1/artifactTypes 2021-10-06T14:43:08.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:43:09.387Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:43:09.387Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d518581 2021-10-06T14:43:09.388Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:43:09.388Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:43:09.389Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:43:09.389Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:43:58.339Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:43:58.343Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:43:58.343Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:43:58.347Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:43:58.354Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 86556dde-7274-43a4-be20-77dae20f4cb2 url= /sdc/v1/artifactTypes 2021-10-06T14:43:58.355Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:43:59.401Z||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.36.66] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2021-10-06T14:43:59.402Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41e5fd76 2021-10-06T14:43:59.402Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-10-06T14:43:59.403Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-10-06T14:43:59.403Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-10-06T14:43:59.404Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$a534b65a.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2021-10-06T14:44:48.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-06T14:44:48.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-06T14:44:48.337Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-06T14:44:48.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-06T14:44:48.345Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39d7a39b-3750-4845-9320-a609380d23ed url= /sdc/v1/artifactTypes 2021-10-06T14:44:48.345Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-06T14:44:48.577Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-10-06T14:44:48.588Z||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 2021-10-06T14:44:48.614Z||scheduling-1|||||DEBUG|500||create keys 2021-10-06T14:44:48.622Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-10-06T14:44:48.658Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:44:48.681Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2bd1369a-3868-417f-9535-39ada76b4f3e url= /sdc/v1/registerForDistribution 2021-10-06T14:44:48.883Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2bd1369a-3868-417f-9535-39ada76b4f3e url= /sdc/v1/registerForDistribution 2021-10-06T14:44:48.883Z||scheduling-1|||||INFO|500||start DistributionClient 2021-10-06T14:44:48.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:44:48.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:44:48.901Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-10-06T14:44:48.902Z||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. 2021-10-06T14:44:48.902Z||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. 2021-10-06T14:44:48.902Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:44:48.902Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:44:59.156Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:44:59.156Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:45:48.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:45:48.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:45:48.895Z||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. 2021-10-06T14:45:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:45:48.900Z||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. 2021-10-06T14:45:48.900Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:45:58.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:45:58.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:46:48.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:46:48.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:46:48.898Z||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. 2021-10-06T14:46:48.898Z||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. 2021-10-06T14:46:48.898Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:46:48.898Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:46:58.494Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:46:58.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:47:48.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:47:48.892Z||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. 2021-10-06T14:47:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:47:48.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:47:48.894Z||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. 2021-10-06T14:47:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:47:58.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:47:58.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:48:48.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:48:48.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:48:48.895Z||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. 2021-10-06T14:48:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:48:48.895Z||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. 2021-10-06T14:48:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:48:58.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:48:58.443Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:49:48.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:49:48.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:49:48.894Z||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. 2021-10-06T14:49:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:49:48.894Z||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. 2021-10-06T14:49:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:49:58.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:49:58.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:50:48.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:50:48.893Z||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. 2021-10-06T14:50:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:50:48.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:50:48.895Z||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. 2021-10-06T14:50:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:50:58.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:50:58.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:51:48.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:51:48.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:51:48.894Z||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. 2021-10-06T14:51:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:51:48.894Z||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. 2021-10-06T14:51:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:51:58.444Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:51:58.445Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:52:48.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:52:48.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:52:48.901Z||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. 2021-10-06T14:52:48.901Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:52:48.904Z||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. 2021-10-06T14:52:48.904Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:52:58.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:52:58.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:53:48.891Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:53:48.892Z||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. 2021-10-06T14:53:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:53:48.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:53:48.895Z||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. 2021-10-06T14:53:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:53:58.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:53:58.443Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:54:48.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:54:48.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:54:48.895Z||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. 2021-10-06T14:54:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:54:48.895Z||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. 2021-10-06T14:54:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:54:58.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:54:58.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:55:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:55:48.892Z||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. 2021-10-06T14:55:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:55:48.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:55:48.895Z||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. 2021-10-06T14:55:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:55:58.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:55:58.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:56:48.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:56:48.893Z||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. 2021-10-06T14:56:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:56:48.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:56:48.895Z||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. 2021-10-06T14:56:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:56:58.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:56:58.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:57:48.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:57:48.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:57:48.894Z||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. 2021-10-06T14:57:48.894Z||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. 2021-10-06T14:57:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:57:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:57:58.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:57:58.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:58:48.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:58:48.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:58:48.897Z||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. 2021-10-06T14:58:48.897Z||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. 2021-10-06T14:58:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:58:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:58:58.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:58:58.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:59:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:59:48.892Z||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. 2021-10-06T14:59:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:59:48.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T14:59:48.894Z||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. 2021-10-06T14:59:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T14:59:58.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T14:59:58.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:00:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:00:48.893Z||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. 2021-10-06T15:00:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:00:48.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:00:48.894Z||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. 2021-10-06T15:00:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:00:58.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:00:58.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:01:48.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:01:48.893Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:01:48.897Z||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. 2021-10-06T15:01:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:01:48.897Z||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. 2021-10-06T15:01:48.898Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:01:58.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:01:58.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:02:48.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:02:48.892Z||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. 2021-10-06T15:02:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:02:48.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:02:48.895Z||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. 2021-10-06T15:02:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:02:58.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:02:58.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:03:48.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:03:48.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:03:48.896Z||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. 2021-10-06T15:03:48.896Z||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. 2021-10-06T15:03:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:03:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:03:58.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:03:58.448Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:04:48.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:04:48.892Z||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. 2021-10-06T15:04:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:04:48.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:04:48.894Z||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. 2021-10-06T15:04:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:04:58.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:04:58.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:05:48.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:05:48.893Z||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. 2021-10-06T15:05:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:05:48.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:05:48.894Z||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. 2021-10-06T15:05:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:05:58.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:05:58.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:06:48.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:06:48.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:06:48.895Z||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. 2021-10-06T15:06:48.895Z||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. 2021-10-06T15:06:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:06:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:06:58.448Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:06:58.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:07:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:07:48.892Z||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. 2021-10-06T15:07:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:07:48.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:07:48.894Z||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. 2021-10-06T15:07:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:07:58.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:07:58.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:08:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:08:48.894Z||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. 2021-10-06T15:08:48.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:08:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:08:48.894Z||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. 2021-10-06T15:08:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:08:58.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:08:58.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:09:48.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:09:48.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:09:48.895Z||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. 2021-10-06T15:09:48.895Z||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. 2021-10-06T15:09:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:09:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:09:58.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:09:58.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:10:48.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:10:48.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:10:48.894Z||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. 2021-10-06T15:10:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:10:48.894Z||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. 2021-10-06T15:10:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:10:58.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:10:58.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:11:48.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:11:48.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:11:48.894Z||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. 2021-10-06T15:11:48.895Z||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. 2021-10-06T15:11:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:11:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:11:58.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:11:58.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:12:48.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:12:48.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:12:48.896Z||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. 2021-10-06T15:12:48.896Z||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. 2021-10-06T15:12:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:12:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:12:58.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:12:58.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:13:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:13:48.892Z||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. 2021-10-06T15:13:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:13:48.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:13:48.895Z||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. 2021-10-06T15:13:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:13:58.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:13:58.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:14:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:14:48.893Z||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. 2021-10-06T15:14:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:14:48.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:14:48.894Z||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. 2021-10-06T15:14:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:14:58.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:14:58.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:15:48.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:15:48.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:15:48.895Z||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. 2021-10-06T15:15:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:15:48.895Z||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. 2021-10-06T15:15:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:15:58.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:15:58.471Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:16:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:16:48.892Z||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. 2021-10-06T15:16:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:16:48.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:16:48.894Z||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. 2021-10-06T15:16:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:16:58.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:16:58.445Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:17:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:17:48.893Z||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. 2021-10-06T15:17:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:17:48.893Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:17:48.894Z||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. 2021-10-06T15:17:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:17:58.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:17:58.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:18:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:18:48.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:18:48.894Z||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. 2021-10-06T15:18:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:18:48.894Z||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. 2021-10-06T15:18:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:18:58.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:18:58.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:19:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:19:48.892Z||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. 2021-10-06T15:19:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:19:48.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:19:48.895Z||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. 2021-10-06T15:19:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:19:58.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:19:58.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:20:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:20:48.893Z||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. 2021-10-06T15:20:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:20:48.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:20:48.894Z||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. 2021-10-06T15:20:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:20:58.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:20:58.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:21:48.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:21:48.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:21:48.895Z||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. 2021-10-06T15:21:48.895Z||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. 2021-10-06T15:21:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:21:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:21:58.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:21:58.450Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:22:48.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:22:48.893Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:22:48.895Z||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. 2021-10-06T15:22:48.895Z||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. 2021-10-06T15:22:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:22:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:22:58.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:22:58.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:23:48.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:23:48.893Z||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. 2021-10-06T15:23:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:23:48.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:23:48.894Z||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. 2021-10-06T15:23:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:23:58.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:23:58.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:24:48.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:24:48.893Z||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. 2021-10-06T15:24:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:24:48.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:24:48.894Z||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. 2021-10-06T15:24:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:24:58.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:24:58.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:25:48.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:25:48.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:25:48.894Z||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. 2021-10-06T15:25:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:25:48.894Z||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. 2021-10-06T15:25:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:25:58.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:25:58.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:26:48.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:26:48.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:26:48.894Z||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. 2021-10-06T15:26:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:26:48.894Z||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. 2021-10-06T15:26:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:26:58.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:26:58.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:27:48.891Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:27:48.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:27:48.894Z||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. 2021-10-06T15:27:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:27:48.894Z||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. 2021-10-06T15:27:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:27:58.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:27:58.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:28:48.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:28:48.893Z||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. 2021-10-06T15:28:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:28:48.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:28:48.894Z||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. 2021-10-06T15:28:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:28:52.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:28:52.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:28:52.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07","serviceName":"vFW 2021-10-06 15-25-53","serviceVersion":"1.0","serviceUUID":"8c48a452-6bff-4452-9ac3-151a93a620ea","serviceDescription":"catalog service description","serviceInvariantUUID":"5fdac721-87d0-4516-8f69-315cd40c6c91","resources":[{"resourceInstanceName":"vFW fa86962e-9d8d 0","resourceName":"vFW fa86962e-9d8d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb3e0156-52bc-474d-a1a6-117ef56a3fbc","resourceInvariantUUID":"54d74a96-1a34-4858-ae0b-b1e0de7cc6ab","resourceCustomizationUUID":"b5c721b1-e21c-4431-abd9-9da568bf8199","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vf-license-model.xml","artifactChecksum":"ZWEyYmNkM2FmNTA3MDM2NDcyYTM1ZmFjNDljMjZiYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82da8e68-c849-42c6-b378-8fef4a186ab6","artifactVersion":"1"},{"artifactName":"vfwfa86962e9d8d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json","artifactChecksum":"OGI2ZjRkZjk0NGY4YTQ2ZjY1ZDY2NGZhMGQ4NTViMTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"964e8c56-1981-4063-8afb-4e091a3e616f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3184c17f-1dae-47b3-98f5-aa4b786fbf31","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vendor-license-model.xml","artifactChecksum":"M2YxOWY1ZGUxYTE4ODBjMzA0ZDc0MzY2YTQ3NDY0NGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4268af84-2f24-4732-9251-88b7786c6c31","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ae70192c-81b7-4aef-8d39-794a618ea505","artifactVersion":"2","generatedFromUUID":"3184c17f-1dae-47b3-98f5-aa4b786fbf31"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211006152553-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-template.yml","artifactChecksum":"YTQwYjAxNTE3OGU1NDY0MTc2ZjM0ZjE2YThiM2Y4Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc05244a-a194-4849-ae97-a1d890951e4d","artifactVersion":"1"},{"artifactName":"service-Vfw20211006152553-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar","artifactChecksum":"MWNlYjU1ZWI4YjRhYThlNTlkMzQxMGFhOTc1NjJkYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c09602a2-62c5-4a89-ae4d-731ed70372d3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-06T15:28:52.233Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:28:52.241Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:28:52.257Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:28:52.257Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:28:52.356Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2021-10-06T15:28:52.361Z||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. 2021-10-06T15:28:52.362Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:28:52.407Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:28:52.409Z||pool-3-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:28:52.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:28:52.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:28:52.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "aai-ml", "timestamp": 1633534127863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:28:52.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:28:53.268Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:28:53.270Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:28:53.275Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:28:53.275Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "NOTIFIED" } 2021-10-06T15:28:53.375Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:28:53.377Z||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. 2021-10-06T15:28:53.377Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:28:53.386Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:28:53.387Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:28:54.276Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:28:54.279Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:28:54.282Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:28:54.282Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-06T15:28:54.382Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:28:54.384Z||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. 2021-10-06T15:28:54.384Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:28:54.391Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:28:54.392Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:28:55.283Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:28:55.286Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:28:55.288Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:28:55.288Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:28:55.388Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:28:55.389Z||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. 2021-10-06T15:28:55.390Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:28:55.395Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:28:55.397Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-10-06T15:28:56.292Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:28:56.293Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:28:56.298Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:28:56.298Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-06T15:28:56.396Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-10-06T15:28:56.397Z||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. 2021-10-06T15:28:56.397Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:28:56.405Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:28:56.405Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:28:57.299Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:28:57.300Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:28:57.302Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:28:57.303Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:28:57.402Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T15:28:57.403Z||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. 2021-10-06T15:28:57.403Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:28:57.427Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:28:57.427Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:28:58.304Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:28:58.305Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:28:58.308Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:28:58.308Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:28:58.408Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:28:58.410Z||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. 2021-10-06T15:28:58.410Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:28:58.418Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:28:58.419Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:28:59.311Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "serviceName": "vFW 2021-10-06 15-25-53", "serviceVersion": "1.0", "serviceUUID": "8c48a452-6bff-4452-9ac3-151a93a620ea", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5fdac721-87d0-4516-8f69-315cd40c6c91", "resources": [ { "resourceInstanceName": "vFW fa86962e-9d8d 0", "resourceCustomizationUUID": "b5c721b1-e21c-4431-abd9-9da568bf8199", "resourceName": "vFW fa86962e-9d8d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cb3e0156-52bc-474d-a1a6-117ef56a3fbc", "resourceInvariantUUID": "54d74a96-1a34-4858-ae0b-b1e0de7cc6ab", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfa86962e9d8d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "artifactChecksum": "OGI2ZjRkZjk0NGY4YTQ2ZjY1ZDY2NGZhMGQ4NTViMTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "964e8c56-1981-4063-8afb-4e091a3e616f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3184c17f-1dae-47b3-98f5-aa4b786fbf31", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ae70192c-81b7-4aef-8d39-794a618ea505", "generatedFromUUID": "3184c17f-1dae-47b3-98f5-aa4b786fbf31" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ae70192c-81b7-4aef-8d39-794a618ea505", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211006152553-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "artifactChecksum": "MWNlYjU1ZWI4YjRhYThlNTlkMzQxMGFhOTc1NjJkYTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c09602a2-62c5-4a89-ae4d-731ed70372d3" } ], "workloadContext": "Production" } 2021-10-06T15:28:59.314Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-06T15:28:59.314Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8c48a452-6bff-4452-9ac3-151a93a620ea ASDC 2021-10-06T15:28:59.452Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 ServiceName:vFW 2021-10-06 15-25-53 ServiceVersion:1.0 ServiceUUID:8c48a452-6bff-4452-9ac3-151a93a620ea ServiceInvariantUUID:5fdac721-87d0-4516-8f69-315cd40c6c91 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211006152553-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar ArtifactUUID:c09602a2-62c5-4a89-ae4d-731ed70372d3 ArtifactChecksum:MWNlYjU1ZWI4YjRhYThlNTlkMzQxMGFhOTc1NjJkYTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW fa86962e-9d8d 0 ResourceCustomizationUUID:b5c721b1-e21c-4431-abd9-9da568bf8199 ResourceInvariantUUID:54d74a96-1a34-4858-ae0b-b1e0de7cc6ab ResourceName:vFW fa86962e-9d8d ResourceType:VF ResourceUUID:cb3e0156-52bc-474d-a1a6-117ef56a3fbc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfa86962e9d8d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json ArtifactUUID:964e8c56-1981-4063-8afb-4e091a3e616f ArtifactChecksum:OGI2ZjRkZjk0NGY4YTQ2ZjY1ZDY2NGZhMGQ4NTViMTA= 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/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml ArtifactUUID:3184c17f-1dae-47b3-98f5-aa4b786fbf31 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/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env ArtifactUUID:ae70192c-81b7-4aef-8d39-794a618ea505 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/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env ArtifactUUID:ae70192c-81b7-4aef-8d39-794a618ea505 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-06T15:28:59.453Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c48a452-6bff-4452-9ac3-151a93a620ea 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 (?, ?, ?, ?, ?) 2021-10-06T15:28:59.778Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T15:28:59.779Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-10-06T15:28:59.781Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-10-06T15:28:59.781Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c09602a2-62c5-4a89-ae4d-731ed70372d3 from URL: /sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar 2021-10-06T15:28:59.781Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-10-06T15:28:59.783Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:01.265Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-10-06T15:29:01.295Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar c09602a2-62c5-4a89-ae4d-731ed70372d3 98778 2021-10-06T15:29:01.297Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar ASDC sendASDCNotification 2021-10-06T15:29:01.297Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:01.298Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:29:01.299Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:29:01.301Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:29:01.302Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534141296, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:29:01.402Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:29:01.403Z||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. 2021-10-06T15:29:01.403Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:29:01.416Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:29:01.417Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:29:02.302Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T15:29:02.303Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-10-06T15:29:02.304Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c09602a2-62c5-4a89-ae4d-731ed70372d3, URL: /sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar to file: /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:02.305Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211006152553-csar.csar 2021-10-06T15:29:02.391Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:02.392Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:03.008Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11862801981935161658/Definitions/service-Vfw20211006152553-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-10-06T15:29:05.976Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-06T15:29:05.983Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-10-06T15:29:05.983Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.984Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-10-06T15:29:05.984Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.984Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.984Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.985Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.985Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.985Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.985Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.985Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.986Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.986Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.986Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.986Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.986Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fa86962e-9d8d 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-Vfw20211006152553-csar.csar 2021-10-06T15:29:05.987Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-10-06T15:29:05.995Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:05.997Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:06.002Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is matching search criteria 2021-10-06T15:29:06.003Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-10-06T15:29:06.005Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fa86962e-9d8d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T15:29:06.008Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.008Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:06.008Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is matching search criteria 2021-10-06T15:29:06.008Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-10-06T15:29:06.009Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fa86962e-9d8d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T15:29:06.009Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.010Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:06.014Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.015Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is not matching search criteria 2021-10-06T15:29:06.015Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:29:06.015Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-06T15:29:06.016Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:29:06.016Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:06.016Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-06T15:29:06.016Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:29:06.017Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:29:06.017Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-06T15:29:06.017Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-06T15:29:06.017Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:29:06.018Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:06.018Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-06T15:29:06.018Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:06.018Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-06T15:29:06.019Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:29:06.019Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-06T15:29:06.019Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.019Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-06T15:29:06.021Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.021Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is matching search criteria 2021-10-06T15:29:06.022Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fa86962e-9d8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:29:06.022Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.022Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is matching search criteria 2021-10-06T15:29:06.023Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fa86962e-9d8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:29:06.023Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.023Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is matching search criteria 2021-10-06T15:29:06.023Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fa86962e-9d8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:29:06.024Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.024Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is not matching search criteria 2021-10-06T15:29:06.024Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:29:06.024Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-06T15:29:06.024Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:29:06.025Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-06T15:29:06.025Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-06T15:29:06.025Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:29:06.025Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:06.026Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-06T15:29:06.026Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:06.026Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-06T15:29:06.026Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:29:06.026Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71b5aaf3-60a4-4821-83e9-c0478d7fde35 2021-10-06T15:29:06.027Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.027Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is not matching search criteria 2021-10-06T15:29:06.027Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:29:06.027Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-06T15:29:06.028Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:29:06.028Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:06.028Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-06T15:29:06.028Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:29:06.029Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:29:06.029Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-06T15:29:06.029Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-06T15:29:06.029Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:06.030Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-06T15:29:06.030Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:29:06.030Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f76b1e01-8913-47a2-a0dd-b9bc81799b70 2021-10-06T15:29:06.031Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.031Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is not matching search criteria 2021-10-06T15:29:06.031Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:29:06.031Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-06T15:29:06.031Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:29:06.032Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:06.032Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-06T15:29:06.032Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:29:06.032Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:29:06.032Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-06T15:29:06.033Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-06T15:29:06.033Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:29:06.033Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:06.033Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-06T15:29:06.034Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f249138e-c0a1-4cc3-a0f9-eadbcdad643b 2021-10-06T15:29:06.034Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.034Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:06.034Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.035Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:06.035Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.035Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:06.035Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:06.035Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:06.036Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-10-06 15-25-53 Description:catalog service description Model UUID:8c48a452-6bff-4452-9ac3-151a93a620ea Model Version:NULL Model InvariantUuid:5fdac721-87d0-4516-8f69-315cd40c6c91 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW fa86962e-9d8d Model UUID:b7c09c29-042f-454e-865c-9508795ce21e Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:54d74a96-1a34-4858-ae0b-b1e0de7cc6ab Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b5c721b1-e21c-4431-abd9-9da568bf8199 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6d8a4abc-05c8-4513-8997-a77ed85fdf41 ModelName:VfwFa86962e9d8d..base_vfw..module-0 ModelUuid:ef6f6000-5c38-4004-9829-3e85518b1d42 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:71b5aaf3-60a4-4821-83e9-c0478d7fde35 ModelInvariantUuid:e397914c-e9e7-44ff-a5ba-9344a7d4228d ModelName:vFW fa86962e-9d8d-nodes.vfwCvfc ModelUuid:bdc0df7c-e8a9-4ded-ae09-4449952a175c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:27f71764-65b4-41cb-a36f-e489075efc6a ModelInvariantUuid:5f9a45a5-53bf-4127-9fef-7173db9cb605 ModelName:VfwFa86962e9d8d.compute.nodes.heat.vfw ModelUuid:59a4d016-866a-4539-b124-a16cb10bcd81 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f76b1e01-8913-47a2-a0dd-b9bc81799b70 ModelInvariantUuid:17b1bc66-9acf-4ca4-bcb9-592eea5ea750 ModelName:vFW fa86962e-9d8d-nodes.vsnCvfc ModelUuid:0979561e-2593-4439-965b-ef64ec1faf67 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:1ecff87b-62e5-4d3e-840a-984446d0a5f5 ModelInvariantUuid:81babe47-750f-4196-98b1-7ca99c855bda ModelName:VfwFa86962e9d8d.compute.nodes.heat.vsn ModelUuid:9efc648a-12f3-423f-8510-32e099019ddd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f249138e-c0a1-4cc3-a0f9-eadbcdad643b ModelInvariantUuid:b963109f-05d1-4f7d-b1a2-73c865f0a7d1 ModelName:vFW fa86962e-9d8d-nodes.vpgCvfc ModelUuid:4da7051d-58f3-45e5-88ef-f71ee9de4d22 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a9b0f043-72a6-40e8-8c03-770410ddf6b9 ModelInvariantUuid:b9773b36-85a6-46b4-8893-93b717d832ed ModelName:VfwFa86962e9d8d.compute.nodes.heat.vpg ModelUuid:6f81ce74-6dd0-4998-a79a-8dddbb393a84 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-06T15:29:06.071Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: cb3e0156-52bc-474d-a1a6-117ef56a3fbc Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:29:06.178Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||vFW fa86962e-9d8d 0 2021-10-06T15:29:06.185Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb3e0156-52bc-474d-a1a6-117ef56a3fbc 2021-10-06T15:29:06.185Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 964e8c56-1981-4063-8afb-4e091a3e616f from URL: /sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json 2021-10-06T15:29:06.186Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-10-06T15:29:06.186Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json 2021-10-06T15:29:07.765Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-10-06T15:29:07.766Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json 964e8c56-1981-4063-8afb-4e091a3e616f 785 2021-10-06T15:29:07.766Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json ASDC sendASDCNotification 2021-10-06T15:29:07.767Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json 2021-10-06T15:29:07.767Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:29:07.768Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:29:07.770Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:29:07.771Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534147766, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T15:29:07.870Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T15:29:07.872Z||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. 2021-10-06T15:29:07.872Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:29:07.880Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:29:07.881Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:29:08.773Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFa86962e9d8d..base_vfw..module-0", "vfModuleModelInvariantUUID": "6d8a4abc-05c8-4513-8997-a77ed85fdf41", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ef6f6000-5c38-4004-9829-3e85518b1d42", "vfModuleModelCustomizationUUID": "30a43990-b020-4451-83b2-09792ed89a17", "isBase": true, "artifacts": [ "3184c17f-1dae-47b3-98f5-aa4b786fbf31", "ae70192c-81b7-4aef-8d39-794a618ea505" ], "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": "" } } ] 2021-10-06T15:29:08.789Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFa86962e9d8d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ef6f6000-5c38-4004-9829-3e85518b1d42 VfModuleModelInvariantUUID:6d8a4abc-05c8-4513-8997-a77ed85fdf41 VfModuleModelDescription:NULL Artifacts UUID List:{ 3184c17f-1dae-47b3-98f5-aa4b786fbf31 , ae70192c-81b7-4aef-8d39-794a618ea505 } 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 } 2021-10-06T15:29:08.792Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFa86962e9d8d..base_vfw..module-0", "vfModuleModelInvariantUUID": "6d8a4abc-05c8-4513-8997-a77ed85fdf41", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ef6f6000-5c38-4004-9829-3e85518b1d42", "vfModuleModelCustomizationUUID": "30a43990-b020-4451-83b2-09792ed89a17", "isBase": true, "artifacts": [ "3184c17f-1dae-47b3-98f5-aa4b786fbf31", "ae70192c-81b7-4aef-8d39-794a618ea505" ], "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": "" } } ] 2021-10-06T15:29:08.793Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFa86962e9d8d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ef6f6000-5c38-4004-9829-3e85518b1d42 VfModuleModelInvariantUUID:6d8a4abc-05c8-4513-8997-a77ed85fdf41 VfModuleModelDescription:NULL Artifacts UUID List:{ 3184c17f-1dae-47b3-98f5-aa4b786fbf31 , ae70192c-81b7-4aef-8d39-794a618ea505 } 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 } 2021-10-06T15:29:08.793Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3184c17f-1dae-47b3-98f5-aa4b786fbf31 from URL: /sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml 2021-10-06T15:29:08.793Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-10-06T15:29:08.793Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml 2021-10-06T15:29:09.866Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-10-06T15:29:09.867Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml 3184c17f-1dae-47b3-98f5-aa4b786fbf31 20368 2021-10-06T15:29:09.867Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-06T15:29:09.867Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml 2021-10-06T15:29:09.867Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:29:09.867Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:29:09.869Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:29:09.869Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534149867, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T15:29:09.970Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T15:29:09.970Z||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. 2021-10-06T15:29:09.971Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:29:09.977Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:29:09.978Z||pool-12-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:29:10.870Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ae70192c-81b7-4aef-8d39-794a618ea505 from URL: /sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env 2021-10-06T15:29:10.871Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-10-06T15:29:10.871Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env 2021-10-06T15:29:11.570Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-10-06T15:29:11.571Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env ae70192c-81b7-4aef-8d39-794a618ea505 2098 2021-10-06T15:29:11.571Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-06T15:29:11.571Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env 2021-10-06T15:29:11.571Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:29:11.572Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:29:11.574Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:29:11.574Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534151571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-06T15:29:11.674Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:29:11.675Z||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. 2021-10-06T15:29:11.675Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:29:11.684Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:29:11.685Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:29:12.575Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8c48a452-6bff-4452-9ac3-151a93a620ea 2021-10-06T15:29:12.575Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fa86962e-9d8d 0 cb3e0156-52bc-474d-a1a6-117ef56a3fbc ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:29:12.620Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70042b9a, org.onap.sdc.toscaparser.api.parameters.Input@257ef16a, org.onap.sdc.toscaparser.api.parameters.Input@3169d8d0, org.onap.sdc.toscaparser.api.parameters.Input@1a94f2d5, org.onap.sdc.toscaparser.api.parameters.Input@4b9d42e6] 2021-10-06T15:29:12.624Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.624Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:12.624Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-10-06T15:29:12.624Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b5c721b1-e21c-4431-abd9-9da568bf8199 2021-10-06T15:29:12.625Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5c721b1-e21c-4431-abd9-9da568bf8199 matches Tosca VF Customization UUID: b5c721b1-e21c-4431-abd9-9da568bf8199 2021-10-06T15:29:12.625Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b5c721b1-e21c-4431-abd9-9da568bf8199 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-06T15:29:12.634Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.635Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:12.636Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b5c721b1-e21c-4431-abd9-9da568bf8199: {\"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\"} 2021-10-06T15:29:12.637Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53550908 2021-10-06T15:29:12.637Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.637Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-06T15:29:12.638Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30a43990-b020-4451-83b2-09792ed89a17 2021-10-06T15:29:12.639Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30a43990-b020-4451-83b2-09792ed89a17 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-06T15:29:12.645Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.645Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is matching search criteria 2021-10-06T15:29:12.645Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fa86962e-9d8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:29:12.646Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.646Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is matching search criteria 2021-10-06T15:29:12.646Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fa86962e-9d8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:29:12.646Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.646Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is not matching search criteria 2021-10-06T15:29:12.647Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:29:12.647Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-06T15:29:12.647Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:29:12.647Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-06T15:29:12.647Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-06T15:29:12.647Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:29:12.648Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:12.648Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-06T15:29:12.648Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:12.648Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-06T15:29:12.648Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:29:12.648Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71b5aaf3-60a4-4821-83e9-c0478d7fde35 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-06T15:29:12.657Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.657Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is matching search criteria 2021-10-06T15:29:12.657Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fa86962e-9d8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:29:12.657Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.657Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is not matching search criteria 2021-10-06T15:29:12.658Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:29:12.658Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-06T15:29:12.658Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:29:12.658Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:12.658Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-06T15:29:12.658Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:29:12.659Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:29:12.659Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-06T15:29:12.659Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-06T15:29:12.659Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:12.659Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-06T15:29:12.659Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:29:12.659Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f76b1e01-8913-47a2-a0dd-b9bc81799b70 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-06T15:29:12.662Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.662Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is matching search criteria 2021-10-06T15:29:12.662Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fa86962e-9d8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:29:12.665Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.665Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is not matching search criteria 2021-10-06T15:29:12.665Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:29:12.665Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-06T15:29:12.665Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:29:12.666Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:12.666Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-06T15:29:12.666Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:29:12.666Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:29:12.666Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-06T15:29:12.666Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-06T15:29:12.666Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:29:12.667Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-06T15:29:12.667Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-06T15:29:12.667Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f249138e-c0a1-4cc3-a0f9-eadbcdad643b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-06T15:29:12.669Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.669Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is matching search criteria 2021-10-06T15:29:12.669Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fa86962e-9d8d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:29:12.669Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.669Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Node template vFW fa86962e-9d8d 0 is matching search criteria 2021-10-06T15:29:12.670Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fa86962e-9d8d 0] matching following query criteria: sdcType=VF, customizationUUID=b5c721b1-e21c-4431-abd9-9da568bf8199 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:29:12.671Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.671Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:12.672Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8c48a452-6bff-4452-9ac3-151a93a620ea: vFW fa86962e-9d8d 2021-10-06T15:29:12.672Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.672Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:12.672Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.672Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:12.673Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.673Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:12.673Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.673Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:12.673Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:29:12.673Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-06 15-25-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:29:12.673Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-10-06 15-25-53 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-10-06T15:29:12.926Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fa86962e-9d8d cb3e0156-52bc-474d-a1a6-117ef56a3fbc 1 ASDC deployResourceStructure 2021-10-06T15:29:12.926Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json ASDC sendASDCNotification 2021-10-06T15:29:12.927Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json 2021-10-06T15:29:12.927Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:29:12.927Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:29:12.929Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:29:12.929Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534152926, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T15:29:13.029Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:29:13.030Z||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. 2021-10-06T15:29:13.030Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:29:13.039Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:29:13.039Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:29:13.929Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-06T15:29:13.930Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml 2021-10-06T15:29:13.931Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:29:13.931Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:29:13.933Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:29:13.933Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534153929, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-06T15:29:14.033Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:29:14.035Z||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. 2021-10-06T15:29:14.035Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:29:14.043Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:29:14.044Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-06T15:29:14.934Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-06T15:29:14.934Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env 2021-10-06T15:29:14.935Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:29:14.935Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:29:14.937Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:29:14.937Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534154934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-06T15:29:15.037Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:29:15.038Z||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. 2021-10-06T15:29:15.038Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:29:15.044Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:29:15.045Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:29:15.938Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar ASDC sendASDCNotification 2021-10-06T15:29:15.938Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar 2021-10-06T15:29:15.938Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:29:15.938Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:29:15.940Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:29:15.941Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534155938, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:29:16.041Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:29:16.042Z||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. 2021-10-06T15:29:16.042Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:29:16.054Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:29:16.055Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:29:16.941Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T15:29:16.974Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T15:29:16.977Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T15:29:16.977Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T15:29:16.977Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T15:29:46.978Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T15:29:46.989Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T15:29:46.991Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T15:29:46.991Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T15:29:46.991Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T15:29:48.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:29:48.895Z||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. 2021-10-06T15:29:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:29:48.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:29:48.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:29:48.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "ves-openapi-manager", "timestamp": 1633534128768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:29:48.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:30:16.992Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T15:30:17.006Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T15:30:17.009Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T15:30:17.009Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T15:30:17.009Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T15:30:47.009Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T15:30:47.022Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T15:30:47.024Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T15:30:47.024Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T15:30:47.025Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T15:30:48.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:30:48.896Z||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. 2021-10-06T15:30:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:30:48.921Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:30:48.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:30:48.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "clamp", "timestamp": 1633534130100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:30:48.924Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:30:48.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:30:48.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:30:48.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:30:48.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:30:48.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534123272, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:30:48.925Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:30:48.925Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:30:48.925Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "cds", "timestamp": 1633534125589, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:30:48.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:17.026Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T15:31:17.043Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T15:31:17.047Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T15:31:17.047Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T15:31:17.047Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T15:31:47.049Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T15:31:47.071Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T15:31:47.074Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T15:31:47.074Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T15:31:47.074Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T15:31:48.895Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:31:48.896Z||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. 2021-10-06T15:31:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:31:49.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:31:49.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "multicloud-k8s-id", "timestamp": 1633534132284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "aai-ml", "timestamp": 1633534127863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "ves-openapi-manager", "timestamp": 1633534128768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "clamp", "timestamp": 1633534130100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "NOTIFIED" } 2021-10-06T15:31:49.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "NOTIFIED" } 2021-10-06T15:31:49.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534123272, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "cds", "timestamp": 1633534125589, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "multicloud-k8s-id", "timestamp": 1633534132284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "NOTIFIED" } 2021-10-06T15:31:49.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "aai-ml", "timestamp": 1633534127863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "ves-openapi-manager", "timestamp": 1633534128768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "clamp", "timestamp": 1633534130100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-06T15:31:49.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534123272, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "cds", "timestamp": 1633534125589, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "policy-id", "timestamp": 1633534133658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "multicloud-k8s-id", "timestamp": 1633534132284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-06T15:31:49.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "aai-ml", "timestamp": 1633534127863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "ves-openapi-manager", "timestamp": 1633534128768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "clamp", "timestamp": 1633534130100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534123272, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "cds", "timestamp": 1633534125589, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "policy-id", "timestamp": 1633534133658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "multicloud-k8s-id", "timestamp": 1633534132284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "aai-ml", "timestamp": 1633534127863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "ves-openapi-manager", "timestamp": 1633534128768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "clamp", "timestamp": 1633534130100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-06T15:31:49.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534123272, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "cds", "timestamp": 1633534125589, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "policy-id", "timestamp": 1633534133658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-06T15:31:49.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "multicloud-k8s-id", "timestamp": 1633534132284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-06T15:31:49.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "aai-ml", "timestamp": 1633534127863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "ves-openapi-manager", "timestamp": 1633534128768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "clamp", "timestamp": 1633534130100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534123272, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "policy-id", "timestamp": 1633534133658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "cds", "timestamp": 1633534125589, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "multicloud-k8s-id", "timestamp": 1633534132284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "aai-ml", "timestamp": 1633534127863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:31:49.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "ves-openapi-manager", "timestamp": 1633534128768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "clamp", "timestamp": 1633534130100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:31:49.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534128891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:31:49.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534123272, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:31:49.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "policy-id", "timestamp": 1633534133658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "cds", "timestamp": 1633534125589, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:31:49.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "dcae-sch", "timestamp": 1633534137730, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "multicloud-k8s-id", "timestamp": 1633534132284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:31:49.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "policy-id", "timestamp": 1633534133658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "dcae-sch", "timestamp": 1633534137730, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "policy-id", "timestamp": 1633534133658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:31:49.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "dcae-sch", "timestamp": 1633534137730, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "aai-ml", "timestamp": 1633534140642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:31:49.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534140698, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:31:49.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "cds", "timestamp": 1633534140911, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:31:49.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534141296, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:31:49.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "dcae-sch", "timestamp": 1633534137730, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "multicloud-k8s-id", "timestamp": 1633534141473, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T15:31:49.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "cds", "timestamp": 1633534141935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-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=? 2021-10-06T15:31:49.475Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 2021-10-06T15:31:49.476Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 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 (?, ?, ?, ?, ?) 2021-10-06T15:31:49.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "dcae-sch", "timestamp": 1633534137730, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "policy-id", "timestamp": 1633534143203, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:31:49.486Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "dcae-sch", "timestamp": 1633534137730, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "policy-id", "timestamp": 1633534144226, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:31:49.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "dcae-sch", "timestamp": 1633534137730, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T15:31:49.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:31:49.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "multicloud-k8s-id", "timestamp": 1633534144570, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T15:31:49.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "policy-id", "timestamp": 1633534145234, "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=? 2021-10-06T15:31:49.494Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 2021-10-06T15:31:49.494Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 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 (?, ?, ?, ?, ?) 2021-10-06T15:31:49.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "clamp", "timestamp": 1633534145815, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:31:49.504Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534146630, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:31:49.504Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "multicloud-k8s-id", "timestamp": 1633534147286, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-06T15:31:49.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534147635, "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=? 2021-10-06T15:31:49.509Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 2021-10-06T15:31:49.510Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 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 (?, ?, ?, ?, ?) 2021-10-06T15:31:49.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534147766, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T15:31:49.524Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "clamp", "timestamp": 1633534147837, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:31:49.525Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "multicloud-k8s-id", "timestamp": 1633534148791, "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=? 2021-10-06T15:31:49.530Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 2021-10-06T15:31:49.530Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 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=? 2021-10-06T15:31:49.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "clamp", "timestamp": 1633534148842, "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=? 2021-10-06T15:31:49.542Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 2021-10-06T15:31:49.542Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 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 (?, ?, ?, ?, ?) 2021-10-06T15:31:49.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "multicloud-k8s-id", "timestamp": 1633534149797, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T15:31:49.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534149867, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T15:31:49.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534151571, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-06T15:31:49.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534152926, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/vfwfa86962e9d8d0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T15:31:49.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534153929, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-06T15:31:49.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534154934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/resourceInstances/vfwfa86962e9d8d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-06T15:31:49.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "aai-ml", "timestamp": 1633534155340, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:31:49.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534155938, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006152553/1.0/artifacts/service-Vfw20211006152553-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:31:49.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:31:49.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:31:49.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "aai-ml", "timestamp": 1633534156347, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T15:31:49.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 2021-10-06T15:31:49.561Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 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 (?, ?, ?, ?, ?) 2021-10-06T15:32:17.075Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T15:32:17.085Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T15:32:17.088Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T15:32:17.088Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T15:32:17.088Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-06T15:32:17.088Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-06T15:32:17.088Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:32:17.089Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:32:17.089Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:32:17.089Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:32:17.089Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:32:17.089Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:32:17.089Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T15:32:17.098Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-06T15:32:47.099Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 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=? 2021-10-06T15:32:47.124Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 and serviceModelVersionId: 8c48a452-6bff-4452-9ac3-151a93a620ea 2021-10-06T15:32:47.125Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5fdac721-87d0-4516-8f69-315cd40c6c91 2021-10-06T15:32:48.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:32:48.896Z||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. 2021-10-06T15:32:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:32:58.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:01.274Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5fdac721-87d0-4516-8f69-315cd40c6c91/model-vers/model-ver/8c48a452-6bff-4452-9ac3-151a93a620ea?depth=0 2021-10-06T15:33:01.410Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-10-06T15:33:01.925Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fdac721-87d0-4516-8f69-315cd40c6c91/model-vers/model-ver/8c48a452-6bff-4452-9ac3-151a93a620ea?depth=0|INFO|500||Invoke 2021-10-06T15:33:01.934Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fdac721-87d0-4516-8f69-315cd40c6c91/model-vers/model-ver/8c48a452-6bff-4452-9ac3-151a93a620ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fdac721-87d0-4516-8f69-315cd40c6c91/model-vers/model-ver/8c48a452-6bff-4452-9ac3-151a93a620ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ef0ded1-8592-42e7-8c87-1edf0bebc1cd], X-ECOMP-RequestID=[5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07], X-TransactionId=[], X-ONAP-RequestID=[5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07], Content-Type=[application/merge-patch+json]} 2021-10-06T15:33:02.064Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fdac721-87d0-4516-8f69-315cd40c6c91/model-vers/model-ver/8c48a452-6bff-4452-9ac3-151a93a620ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-06T15:33:02.591Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fdac721-87d0-4516-8f69-315cd40c6c91/model-vers/model-ver/8c48a452-6bff-4452-9ac3-151a93a620ea?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fdac721-87d0-4516-8f69-315cd40c6c91/model-vers/model-ver/8c48a452-6bff-4452-9ac3-151a93a620ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211006-15:33:02:077-12202], vertex-id=[352272], Content-Length=[0], Date=[Wed, 06 Oct 2021 15:33:02 GMT], Content-Type=[application/json]} 2021-10-06T15:33:02.593Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fdac721-87d0-4516-8f69-315cd40c6c91/model-vers/model-ver/8c48a452-6bff-4452-9ac3-151a93a620ea?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-06T15:33:02.594Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5fdac721-87d0-4516-8f69-315cd40c6c91/model-vers/model-ver/8c48a452-6bff-4452-9ac3-151a93a620ea?depth=0|INFO|500||InvokeReturn 2021-10-06T15:33:02.597Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-06T15:33:02.597Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:33:02.604Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-06T15:33:02.606Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-06T15:33:02.607Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-06T15:33:02.607Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:02.610Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:02.611Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534382606, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T15:33:02.710Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T15:33:02.711Z||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. 2021-10-06T15:33:02.711Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:02.718Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:02.719Z||pool-18-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=? 2021-10-06T15:33:03.627Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:33:03.628Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|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. 2021-10-06T15:33:03.628Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|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 FKq332wauIGhwVub) ... 2021-10-06T15:33:08.004Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:08.005Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:33:08.005Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"958be164-6019-47c5-8589-da8ac32552aa","serviceName":"basic_onboard_iAdWNk","serviceVersion":"1.0","serviceUUID":"2fd10356-716d-4266-b2f3-423fafe3cd1f","serviceDescription":"service","serviceInvariantUUID":"59bb1b1f-943a-4973-8f8b-fc60316f12ba","resources":[{"resourceInstanceName":"basic_onboard_iAdWNk 0","resourceName":"basic_onboard_iAdWNk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4dc965eb-59b4-44bb-a67a-db1eb73601ce","resourceInvariantUUID":"af2cc919-b632-47c9-bb28-42353dadce18","resourceCustomizationUUID":"369c8bcf-88d4-40c4-bb80-c763e7e543c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vf-license-model.xml","artifactChecksum":"MTZiMWQ5Nzg3YzU0MmQzN2UwODcyY2RhMDA0MmQ1MGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3a1986e2-1743-4ea1-b1ff-36037e63d227","artifactVersion":"1"},{"artifactName":"basic_onboard_iadwnk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json","artifactChecksum":"Mzg1ZmY2MmJkMDJjMDY5ZTRkOGFkYmM3NDI5MDliZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1e737c6-1076-4c81-82d2-3e8f1810ba63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4acb5a7d-7e37-42cc-8c49-e5b90f1b6f91","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70c3dbe1-fe35-4e0a-b4d6-a42115e01db2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"64be71a2-df6c-4eb2-85f3-15f506918386","artifactVersion":"2","generatedFromUUID":"4acb5a7d-7e37-42cc-8c49-e5b90f1b6f91"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIadwnk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-template.yml","artifactChecksum":"NzBkMzlmODc2MThiMTQ5YmE3NjcyNDkzYWIwMTE0ZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c012d71b-d946-4563-84f8-6f9bb69a62cb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIadwnk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar","artifactChecksum":"ZWUyYmZiNTIwMWI0OWQ4YjRkOTg4NjhmMjc2YTJhNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f95a36b-91e5-4e1d-9eae-6d126a296488","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-06T15:33:08.007Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:33:08.008Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:08.011Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:08.011Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:08.111Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:33:08.112Z||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. 2021-10-06T15:33:08.112Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:08.122Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:08.123Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:09.011Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:33:09.013Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:09.015Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:09.015Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "NOTIFIED" } 2021-10-06T15:33:09.115Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:33:09.116Z||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. 2021-10-06T15:33:09.116Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:09.128Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:09.134Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-10-06T15:33:10.016Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:33:10.017Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:10.019Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:10.020Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-06T15:33:10.120Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:33:10.121Z||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. 2021-10-06T15:33:10.121Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:10.128Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:10.129Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:11.021Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:33:11.022Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:11.025Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:11.025Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:11.126Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-06T15:33:11.127Z||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. 2021-10-06T15:33:11.127Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:11.136Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:11.136Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-06T15:33:12.027Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:33:12.027Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:12.032Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:12.033Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-06T15:33:12.130Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-10-06T15:33:12.131Z||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. 2021-10-06T15:33:12.132Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:12.141Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:12.141Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:13.033Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:33:13.034Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:13.037Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:13.037Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:13.137Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:33:13.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. 2021-10-06T15:33:13.138Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:13.151Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:13.151Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:14.037Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:33:14.038Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:14.040Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:14.040Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:33:14.140Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:33:14.142Z||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. 2021-10-06T15:33:14.142Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:14.150Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:14.150Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:15.043Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "serviceName": "basic_onboard_iAdWNk", "serviceVersion": "1.0", "serviceUUID": "2fd10356-716d-4266-b2f3-423fafe3cd1f", "serviceDescription": "service", "serviceInvariantUUID": "59bb1b1f-943a-4973-8f8b-fc60316f12ba", "resources": [ { "resourceInstanceName": "basic_onboard_iAdWNk 0", "resourceCustomizationUUID": "369c8bcf-88d4-40c4-bb80-c763e7e543c1", "resourceName": "basic_onboard_iAdWNk", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4dc965eb-59b4-44bb-a67a-db1eb73601ce", "resourceInvariantUUID": "af2cc919-b632-47c9-bb28-42353dadce18", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_iadwnk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "artifactChecksum": "Mzg1ZmY2MmJkMDJjMDY5ZTRkOGFkYmM3NDI5MDliZjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1e737c6-1076-4c81-82d2-3e8f1810ba63", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4acb5a7d-7e37-42cc-8c49-e5b90f1b6f91", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "64be71a2-df6c-4eb2-85f3-15f506918386", "generatedFromUUID": "4acb5a7d-7e37-42cc-8c49-e5b90f1b6f91" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "64be71a2-df6c-4eb2-85f3-15f506918386", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardIadwnk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "artifactChecksum": "ZWUyYmZiNTIwMWI0OWQ4YjRkOTg4NjhmMjc2YTJhNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f95a36b-91e5-4e1d-9eae-6d126a296488" } ], "workloadContext": "Production" } 2021-10-06T15:33:15.043Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-06T15:33:15.044Z|5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2fd10356-716d-4266-b2f3-423fafe3cd1f ASDC 2021-10-06T15:33:15.044Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:958be164-6019-47c5-8589-da8ac32552aa ServiceName:basic_onboard_iAdWNk ServiceVersion:1.0 ServiceUUID:2fd10356-716d-4266-b2f3-423fafe3cd1f ServiceInvariantUUID:59bb1b1f-943a-4973-8f8b-fc60316f12ba ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardIadwnk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar ArtifactUUID:1f95a36b-91e5-4e1d-9eae-6d126a296488 ArtifactChecksum:ZWUyYmZiNTIwMWI0OWQ4YjRkOTg4NjhmMjc2YTJhNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_iAdWNk 0 ResourceCustomizationUUID:369c8bcf-88d4-40c4-bb80-c763e7e543c1 ResourceInvariantUUID:af2cc919-b632-47c9-bb28-42353dadce18 ResourceName:basic_onboard_iAdWNk ResourceType:VF ResourceUUID:4dc965eb-59b4-44bb-a67a-db1eb73601ce ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_iadwnk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json ArtifactUUID:a1e737c6-1076-4c81-82d2-3e8f1810ba63 ArtifactChecksum:Mzg1ZmY2MmJkMDJjMDY5ZTRkOGFkYmM3NDI5MDliZjM= 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/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml ArtifactUUID:4acb5a7d-7e37-42cc-8c49-e5b90f1b6f91 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/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env ArtifactUUID:64be71a2-df6c-4eb2-85f3-15f506918386 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/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env ArtifactUUID:64be71a2-df6c-4eb2-85f3-15f506918386 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-06T15:33:15.045Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fd10356-716d-4266-b2f3-423fafe3cd1f 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 (?, ?, ?, ?, ?) 2021-10-06T15:33:15.078Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T15:33:15.079Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-10-06T15:33:15.080Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-10-06T15:33:15.080Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1f95a36b-91e5-4e1d-9eae-6d126a296488 from URL: /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:15.080Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-10-06T15:33:15.086Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:15.317Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-10-06T15:33:15.320Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar 1f95a36b-91e5-4e1d-9eae-6d126a296488 71365 2021-10-06T15:33:15.320Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar ASDC sendASDCNotification 2021-10-06T15:33:15.320Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:15.321Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:33:15.321Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:15.323Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:15.323Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534395320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:15.423Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:33:15.424Z||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. 2021-10-06T15:33:15.424Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:15.432Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:15.436Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:16.325Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T15:33:16.326Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-10-06T15:33:16.326Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1f95a36b-91e5-4e1d-9eae-6d126a296488, URL: /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar to file: /app/ASDC/1/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:16.327Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:16.328Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:16.328Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:16.643Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12099088474631941798/Definitions/service-BasicOnboardIadwnk-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 2021-10-06T15:33:17.928Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-06T15:33:17.929Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-10-06T15:33:17.929Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:17.929Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-06T15:33:17.929Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:17.929Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:17.929Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:17.930Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:17.930Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:17.930Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:17.930Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:17.930Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iAdWNk 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-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:17.930Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:17.930Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-10-06T15:33:17.931Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.931Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:17.931Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_iAdWNk 0 is matching search criteria 2021-10-06T15:33:17.932Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-10-06T15:33:17.932Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_iAdWNk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T15:33:17.932Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.932Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:17.933Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_iAdWNk 0 is matching search criteria 2021-10-06T15:33:17.933Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-10-06T15:33:17.933Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_iAdWNk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T15:33:17.933Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.933Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:17.934Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.934Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_iAdWNk 0 is not matching search criteria 2021-10-06T15:33:17.935Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-06T15:33:17.935Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-06T15:33:17.936Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-06T15:33:17.936Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-06T15:33:17.936Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-06T15:33:17.937Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.937Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-06T15:33:17.937Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.937Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_iAdWNk 0 is matching search criteria 2021-10-06T15:33:17.938Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_iAdWNk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:33:17.938Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.938Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_iAdWNk 0 is matching search criteria 2021-10-06T15:33:17.939Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_iAdWNk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:33:17.939Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.939Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_iAdWNk 0 is matching search criteria 2021-10-06T15:33:17.940Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_iAdWNk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:33:17.940Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.940Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_iAdWNk 0 is not matching search criteria 2021-10-06T15:33:17.941Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-06T15:33:17.941Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-06T15:33:17.942Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=39970942-f0a8-4a2a-aa1a-8c1e18a63765 2021-10-06T15:33:17.942Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.943Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:17.943Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.943Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:17.943Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.943Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:17.943Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:17.943Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:17.944Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_iAdWNk Description:service Model UUID:2fd10356-716d-4266-b2f3-423fafe3cd1f Model Version:NULL Model InvariantUuid:59bb1b1f-943a-4973-8f8b-fc60316f12ba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_iAdWNk Model UUID:8528e9dc-a07e-479e-9dad-29daf590dc0a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:af2cc919-b632-47c9-bb28-42353dadce18 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:369c8bcf-88d4-40c4-bb80-c763e7e543c1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:76924175-7b9c-478f-8efc-b0a7462fb9c5 ModelName:BasicOnboardIadwnk..base_ubuntu18..module-0 ModelUuid:8c00cf0c-90e0-4fc9-81fa-ebb980edccb2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:39970942-f0a8-4a2a-aa1a-8c1e18a63765 ModelInvariantUuid:5bf2f1aa-1927-42c6-8d67-9d59fe2a327b ModelName:basic_onboard_iAdWNk-nodes.ubuntu18Cvfc ModelUuid:85c7add7-0c08-4c11-9e61-97ede9f79a7d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2278790f-e371-42b6-9010-fcdabf2c4577 ModelInvariantUuid:a9dfa20a-5bce-4497-8875-7e09662f8e57 ModelName:BasicOnboardIadwnk.compute.nodes.heat.ubuntu18 ModelUuid:db9dd526-7eec-4ac5-9f6c-10401a89d87c 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-06T15:33:17.955Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4dc965eb-59b4-44bb-a67a-db1eb73601ce Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:33:17.958Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||basic_onboard_iAdWNk 0 2021-10-06T15:33:17.958Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4dc965eb-59b4-44bb-a67a-db1eb73601ce 2021-10-06T15:33:17.958Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a1e737c6-1076-4c81-82d2-3e8f1810ba63 from URL: /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json 2021-10-06T15:33:17.959Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-10-06T15:33:17.959Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json 2021-10-06T15:33:18.487Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-10-06T15:33:18.488Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json a1e737c6-1076-4c81-82d2-3e8f1810ba63 798 2021-10-06T15:33:18.488Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json ASDC sendASDCNotification 2021-10-06T15:33:18.488Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json 2021-10-06T15:33:18.488Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:33:18.489Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:18.491Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:18.491Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534398488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:18.592Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T15:33:18.593Z||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. 2021-10-06T15:33:18.593Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:18.601Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:18.602Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:19.492Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIadwnk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "76924175-7b9c-478f-8efc-b0a7462fb9c5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8c00cf0c-90e0-4fc9-81fa-ebb980edccb2", "vfModuleModelCustomizationUUID": "51fe642c-c67c-4e73-86c7-2097c99ec2b7", "isBase": true, "artifacts": [ "4acb5a7d-7e37-42cc-8c49-e5b90f1b6f91", "64be71a2-df6c-4eb2-85f3-15f506918386" ], "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": "" } } ] 2021-10-06T15:33:19.497Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIadwnk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8c00cf0c-90e0-4fc9-81fa-ebb980edccb2 VfModuleModelInvariantUUID:76924175-7b9c-478f-8efc-b0a7462fb9c5 VfModuleModelDescription:NULL Artifacts UUID List:{ 4acb5a7d-7e37-42cc-8c49-e5b90f1b6f91 , 64be71a2-df6c-4eb2-85f3-15f506918386 } 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 } 2021-10-06T15:33:19.498Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIadwnk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "76924175-7b9c-478f-8efc-b0a7462fb9c5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8c00cf0c-90e0-4fc9-81fa-ebb980edccb2", "vfModuleModelCustomizationUUID": "51fe642c-c67c-4e73-86c7-2097c99ec2b7", "isBase": true, "artifacts": [ "4acb5a7d-7e37-42cc-8c49-e5b90f1b6f91", "64be71a2-df6c-4eb2-85f3-15f506918386" ], "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": "" } } ] 2021-10-06T15:33:19.499Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIadwnk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8c00cf0c-90e0-4fc9-81fa-ebb980edccb2 VfModuleModelInvariantUUID:76924175-7b9c-478f-8efc-b0a7462fb9c5 VfModuleModelDescription:NULL Artifacts UUID List:{ 4acb5a7d-7e37-42cc-8c49-e5b90f1b6f91 , 64be71a2-df6c-4eb2-85f3-15f506918386 } 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 } 2021-10-06T15:33:19.499Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4acb5a7d-7e37-42cc-8c49-e5b90f1b6f91 from URL: /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml 2021-10-06T15:33:19.499Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-10-06T15:33:19.499Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml 2021-10-06T15:33:20.865Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-10-06T15:33:20.866Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml 4acb5a7d-7e37-42cc-8c49-e5b90f1b6f91 5033 2021-10-06T15:33:20.866Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-06T15:33:20.866Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml 2021-10-06T15:33:20.866Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:33:20.867Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:20.869Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:20.869Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534400866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:20.969Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:33:20.970Z||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. 2021-10-06T15:33:20.970Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:20.981Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:20.982Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:21.870Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 64be71a2-df6c-4eb2-85f3-15f506918386 from URL: /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env 2021-10-06T15:33:21.870Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-10-06T15:33:21.870Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env 2021-10-06T15:33:23.660Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-10-06T15:33:23.661Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env 64be71a2-df6c-4eb2-85f3-15f506918386 909 2021-10-06T15:33:23.661Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-06T15:33:23.662Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env 2021-10-06T15:33:23.662Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:33:23.662Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:23.665Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:23.665Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534403661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:23.765Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:33:23.766Z||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. 2021-10-06T15:33:23.766Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:23.776Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:23.777Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:24.665Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2fd10356-716d-4266-b2f3-423fafe3cd1f 2021-10-06T15:33:24.666Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iAdWNk 0 4dc965eb-59b4-44bb-a67a-db1eb73601ce ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:33:24.681Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e6731cf, org.onap.sdc.toscaparser.api.parameters.Input@5fdc84fd, org.onap.sdc.toscaparser.api.parameters.Input@5b2f4371, org.onap.sdc.toscaparser.api.parameters.Input@6b85eb09, org.onap.sdc.toscaparser.api.parameters.Input@5cdb46ff] 2021-10-06T15:33:24.683Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.683Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:24.684Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-10-06T15:33:24.684Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 369c8bcf-88d4-40c4-bb80-c763e7e543c1 2021-10-06T15:33:24.684Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 369c8bcf-88d4-40c4-bb80-c763e7e543c1 matches Tosca VF Customization UUID: 369c8bcf-88d4-40c4-bb80-c763e7e543c1 2021-10-06T15:33:24.685Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 369c8bcf-88d4-40c4-bb80-c763e7e543c1 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-06T15:33:24.688Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.689Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:24.690Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 369c8bcf-88d4-40c4-bb80-c763e7e543c1: {\"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\"} 2021-10-06T15:33:24.691Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2975fd7 2021-10-06T15:33:24.691Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.691Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-06T15:33:24.692Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51fe642c-c67c-4e73-86c7-2097c99ec2b7 2021-10-06T15:33:24.693Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51fe642c-c67c-4e73-86c7-2097c99ec2b7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-06T15:33:24.696Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.697Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_iAdWNk 0 is matching search criteria 2021-10-06T15:33:24.697Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_iAdWNk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:33:24.698Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.698Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_iAdWNk 0 is matching search criteria 2021-10-06T15:33:24.699Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_iAdWNk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:33:24.699Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.699Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_iAdWNk 0 is not matching search criteria 2021-10-06T15:33:24.700Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-06T15:33:24.700Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-06T15:33:24.701Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=39970942-f0a8-4a2a-aa1a-8c1e18a63765 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-06T15:33:24.704Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.704Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_iAdWNk 0 is matching search criteria 2021-10-06T15:33:24.705Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_iAdWNk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:33:24.705Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.706Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_iAdWNk 0 is matching search criteria 2021-10-06T15:33:24.706Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_iAdWNk 0] matching following query criteria: sdcType=VF, customizationUUID=369c8bcf-88d4-40c4-bb80-c763e7e543c1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:33:24.708Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.709Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:24.709Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2fd10356-716d-4266-b2f3-423fafe3cd1f: basic_onboard_iAdWNk 2021-10-06T15:33:24.710Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.710Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:24.711Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.711Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:24.711Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.712Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:24.712Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.713Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:24.713Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:33:24.713Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_iAdWNk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:33:24.714Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_iAdWNk Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-10-06T15:33:24.807Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iAdWNk 4dc965eb-59b4-44bb-a67a-db1eb73601ce 1 ASDC deployResourceStructure 2021-10-06T15:33:24.808Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json ASDC sendASDCNotification 2021-10-06T15:33:24.809Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json 2021-10-06T15:33:24.809Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:33:24.810Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:24.814Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:24.814Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534404808, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T15:33:24.913Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-10-06T15:33:24.914Z||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. 2021-10-06T15:33:24.914Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:24.946Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:24.947Z||pool-30-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:25.815Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-06T15:33:25.817Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml 2021-10-06T15:33:25.817Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:33:25.818Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:25.821Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:25.822Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534405815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-06T15:33:25.921Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T15:33:25.922Z||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. 2021-10-06T15:33:25.922Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:25.931Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:25.932Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:26.823Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-06T15:33:26.823Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env 2021-10-06T15:33:26.824Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:33:26.824Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:26.826Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:26.826Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534406823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-06T15:33:26.926Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:33:26.927Z||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. 2021-10-06T15:33:26.927Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:26.961Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:26.961Z||pool-32-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:27.827Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar ASDC sendASDCNotification 2021-10-06T15:33:27.828Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar 2021-10-06T15:33:27.828Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:33:27.829Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:33:27.831Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:33:27.831Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534407827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:33:27.931Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:33:27.932Z||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. 2021-10-06T15:33:27.932Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:33:27.939Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:27.940Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:33:28.832Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 958be164-6019-47c5-8589-da8ac32552aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T15:33:28.845Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 958be164-6019-47c5-8589-da8ac32552aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T15:33:28.848Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T15:33:28.848Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T15:33:28.848Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T15:33:48.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:33:48.895Z||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. 2021-10-06T15:33:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:33:49.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:33:49.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f3d3a2b-8eb6-4aa2-b795-d98c7bdf6b07", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534382606, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T15:33:49.530Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "cds", "timestamp": 1633534380591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "dcae-sch", "timestamp": 1633534377730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "cds", "timestamp": 1633534380591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "dcae-sch", "timestamp": 1633534377730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "cds", "timestamp": 1633534380591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "dcae-sch", "timestamp": 1633534377730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "NOTIFIED" } 2021-10-06T15:33:49.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "ves-openapi-manager", "timestamp": 1633534388767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "cds", "timestamp": 1633534380591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "dcae-sch", "timestamp": 1633534377730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-06T15:33:49.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "ves-openapi-manager", "timestamp": 1633534388767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "cds", "timestamp": 1633534380591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "dcae-sch", "timestamp": 1633534377730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "ves-openapi-manager", "timestamp": 1633534388767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "cds", "timestamp": 1633534380591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "dcae-sch", "timestamp": 1633534377730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-06T15:33:49.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "ves-openapi-manager", "timestamp": 1633534388767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "cds", "timestamp": 1633534380591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:33:49.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "dcae-sch", "timestamp": 1633534377730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "multicloud-k8s-id", "timestamp": 1633534392285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "ves-openapi-manager", "timestamp": 1633534388767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534393273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "multicloud-k8s-id", "timestamp": 1633534392285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "NOTIFIED" } 2021-10-06T15:33:49.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534383627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:33:49.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "cds", "timestamp": 1633534394090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:49.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "policy-id", "timestamp": 1633534393662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "ves-openapi-manager", "timestamp": 1633534388767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534393273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "multicloud-k8s-id", "timestamp": 1633534392285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-06T15:33:49.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "cds", "timestamp": 1633534395099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-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=? 2021-10-06T15:33:49.570Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 958be164-6019-47c5-8589-da8ac32552aa 2021-10-06T15:33:49.570Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 958be164-6019-47c5-8589-da8ac32552aa 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 (?, ?, ?, ?, ?) 2021-10-06T15:33:49.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534395320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:49.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "policy-id", "timestamp": 1633534393662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "ves-openapi-manager", "timestamp": 1633534388767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534393273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "multicloud-k8s-id", "timestamp": 1633534392285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "policy-id", "timestamp": 1633534393662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-06T15:33:49.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534393273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "multicloud-k8s-id", "timestamp": 1633534392285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-06T15:33:49.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "policy-id", "timestamp": 1633534393662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534393273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "multicloud-k8s-id", "timestamp": 1633534392285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "policy-id", "timestamp": 1633534393662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534398488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:49.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "aai-ml", "timestamp": 1633534397863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534393273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "multicloud-k8s-id", "timestamp": 1633534392285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:33:49.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "policy-id", "timestamp": 1633534393662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "aai-ml", "timestamp": 1633534397863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534393273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:33:49.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "policy-id", "timestamp": 1633534393662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:33:49.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "aai-ml", "timestamp": 1633534397863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "clamp", "timestamp": 1633534400100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534400866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:49.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "aai-ml", "timestamp": 1633534397863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "multicloud-k8s-id", "timestamp": 1633534401568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:49.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "clamp", "timestamp": 1633534400100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "NOTIFIED" } 2021-10-06T15:33:49.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "aai-ml", "timestamp": 1633534397863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534402584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:49.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "clamp", "timestamp": 1633534400100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "policy-id", "timestamp": 1633534402775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:49.596Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "aai-ml", "timestamp": 1633534397863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534403661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:49.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "clamp", "timestamp": 1633534400100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "policy-id", "timestamp": 1633534403779, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:33:49.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "aai-ml", "timestamp": 1633534397863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:33:49.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "multicloud-k8s-id", "timestamp": 1633534404655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:49.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "clamp", "timestamp": 1633534400100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534404808, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T15:33:49.600Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "policy-id", "timestamp": 1633534404783, "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=? 2021-10-06T15:33:49.606Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 958be164-6019-47c5-8589-da8ac32552aa 2021-10-06T15:33:49.606Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 958be164-6019-47c5-8589-da8ac32552aa 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 (?, ?, ?, ?, ?) 2021-10-06T15:33:49.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534405411, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:33:49.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "clamp", "timestamp": 1633534400100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:33:49.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534405815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-06T15:33:49.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534406416, "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=? 2021-10-06T15:33:49.621Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 958be164-6019-47c5-8589-da8ac32552aa 2021-10-06T15:33:49.621Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 958be164-6019-47c5-8589-da8ac32552aa 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 (?, ?, ?, ?, ?) 2021-10-06T15:33:49.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "clamp", "timestamp": 1633534400100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:33:49.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T15:33:49.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534406823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-06T15:33:49.629Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "multicloud-k8s-id", "timestamp": 1633534407253, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:49.630Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "aai-ml", "timestamp": 1633534407477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:49.630Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534407827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:33:49.630Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "multicloud-k8s-id", "timestamp": 1633534408288, "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=? 2021-10-06T15:33:49.635Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 958be164-6019-47c5-8589-da8ac32552aa 2021-10-06T15:33:49.635Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 958be164-6019-47c5-8589-da8ac32552aa 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=? 2021-10-06T15:33:49.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "multicloud-k8s-id", "timestamp": 1633534409295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/resourceInstances/basic_onboard_iadwnk0/artifacts/basic_onboard_iadwnk0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T15:33:49.642Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "aai-ml", "timestamp": 1633534415154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:33:49.642Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "aai-ml", "timestamp": 1633534416158, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T15:33:49.647Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 958be164-6019-47c5-8589-da8ac32552aa 2021-10-06T15:33:49.647Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 958be164-6019-47c5-8589-da8ac32552aa 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 (?, ?, ?, ?, ?) 2021-10-06T15:33:49.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "clamp", "timestamp": 1633534416851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:33:49.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "clamp", "timestamp": 1633534419852, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIadwnk/1.0/artifacts/service-BasicOnboardIadwnk-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:33:49.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:33:49.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T15:33:49.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "clamp", "timestamp": 1633534420855, "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=? 2021-10-06T15:33:49.660Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 958be164-6019-47c5-8589-da8ac32552aa 2021-10-06T15:33:49.660Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 958be164-6019-47c5-8589-da8ac32552aa 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 (?, ?, ?, ?, ?) 2021-10-06T15:33:58.850Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 958be164-6019-47c5-8589-da8ac32552aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T15:33:58.874Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 958be164-6019-47c5-8589-da8ac32552aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T15:33:58.878Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T15:33:58.878Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T15:33:58.878Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-06T15:33:58.878Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-06T15:33:58.878Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:33:58.879Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:33:58.879Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:33:58.879Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:33:58.879Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:33:58.879Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:33:58.879Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T15:33:58.885Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-06T15:34:28.885Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 958be164-6019-47c5-8589-da8ac32552aa 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=? 2021-10-06T15:34:28.892Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 958be164-6019-47c5-8589-da8ac32552aa and serviceModelVersionId: 2fd10356-716d-4266-b2f3-423fafe3cd1f 2021-10-06T15:34:28.892Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59bb1b1f-943a-4973-8f8b-fc60316f12ba 2021-10-06T15:34:28.894Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59bb1b1f-943a-4973-8f8b-fc60316f12ba/model-vers/model-ver/2fd10356-716d-4266-b2f3-423fafe3cd1f?depth=0 2021-10-06T15:34:28.902Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-10-06T15:34:28.975Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59bb1b1f-943a-4973-8f8b-fc60316f12ba/model-vers/model-ver/2fd10356-716d-4266-b2f3-423fafe3cd1f?depth=0|INFO|500||Invoke 2021-10-06T15:34:28.976Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59bb1b1f-943a-4973-8f8b-fc60316f12ba/model-vers/model-ver/2fd10356-716d-4266-b2f3-423fafe3cd1f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59bb1b1f-943a-4973-8f8b-fc60316f12ba/model-vers/model-ver/2fd10356-716d-4266-b2f3-423fafe3cd1f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[958be164-6019-47c5-8589-da8ac32552aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acd30808-5747-4b8a-9b59-305c1d1cd559], X-ECOMP-RequestID=[958be164-6019-47c5-8589-da8ac32552aa], X-TransactionId=[], X-ONAP-RequestID=[958be164-6019-47c5-8589-da8ac32552aa], Content-Type=[application/merge-patch+json]} 2021-10-06T15:34:29.015Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59bb1b1f-943a-4973-8f8b-fc60316f12ba/model-vers/model-ver/2fd10356-716d-4266-b2f3-423fafe3cd1f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-06T15:34:29.366Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59bb1b1f-943a-4973-8f8b-fc60316f12ba/model-vers/model-ver/2fd10356-716d-4266-b2f3-423fafe3cd1f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59bb1b1f-943a-4973-8f8b-fc60316f12ba/model-vers/model-ver/2fd10356-716d-4266-b2f3-423fafe3cd1f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211006-15:34:29:032-35110], vertex-id=[180296], Content-Length=[0], Date=[Wed, 06 Oct 2021 15:34:29 GMT], Content-Type=[application/json]} 2021-10-06T15:34:29.366Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59bb1b1f-943a-4973-8f8b-fc60316f12ba/model-vers/model-ver/2fd10356-716d-4266-b2f3-423fafe3cd1f?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-06T15:34:29.367Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/59bb1b1f-943a-4973-8f8b-fc60316f12ba/model-vers/model-ver/2fd10356-716d-4266-b2f3-423fafe3cd1f?depth=0|INFO|500||InvokeReturn 2021-10-06T15:34:29.368Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-06T15:34:29.368Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:34:29.374Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-06T15:34:29.374Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 958be164-6019-47c5-8589-da8ac32552aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-06T15:34:29.374Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-06T15:34:29.375Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:34:29.378Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:34:29.378Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534469374, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T15:34:29.478Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:34:29.479Z||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. 2021-10-06T15:34:29.479Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:34:29.491Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:34:29.492Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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=? 2021-10-06T15:34:30.400Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:34:30.401Z||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. 2021-10-06T15:34:30.401Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:34:39.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:34:39.956Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:34:39.956Z||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. 2021-10-06T15:34:39.957Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:34:48.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:34:48.895Z||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. 2021-10-06T15:34:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:34:49.492Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:34:49.493Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:34:49.494Z||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. 2021-10-06T15:34:49.494Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:34:49.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:34:49.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-06T15:34:49.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "958be164-6019-47c5-8589-da8ac32552aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633534469374, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T15:34:49.522Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:34:59.037Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:34:59.038Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:34:59.039Z||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. 2021-10-06T15:34:59.039Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:35:08.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:35:08.582Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:35:08.583Z||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. 2021-10-06T15:35:08.583Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:35:18.137Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:35:48.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:35:48.894Z||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. 2021-10-06T15:35:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:35:48.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:35:48.897Z||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. 2021-10-06T15:35:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:35:58.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:35:58.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:36:48.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:36:48.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:36:48.896Z||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. 2021-10-06T15:36:48.896Z||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. 2021-10-06T15:36:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:36:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:36:58.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:36:58.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:37:48.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:37:48.892Z||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. 2021-10-06T15:37:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:37:48.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:37:48.894Z||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. 2021-10-06T15:37:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:37:58.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:37:58.443Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:38:48.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:38:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:38:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T15:38:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T15:38:48.894Z||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. 2021-10-06T15:38:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:38:58.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:38:58.452Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:39:48.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:39:48.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:39:48.896Z||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. 2021-10-06T15:39:48.896Z||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. 2021-10-06T15:39:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:39:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:39:58.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:39:58.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:40:48.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:40:48.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:40:48.896Z||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. 2021-10-06T15:40:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:40:48.896Z||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. 2021-10-06T15:40:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:40:58.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:40:58.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:41:48.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:41:48.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:41:48.897Z||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. 2021-10-06T15:41:48.897Z||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. 2021-10-06T15:41:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:41:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:41:58.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:41:58.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:42:48.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:42:48.892Z||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. 2021-10-06T15:42:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:42:48.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:42:48.894Z||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. 2021-10-06T15:42:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:42:58.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:42:58.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:43:48.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:43:48.894Z||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. 2021-10-06T15:43:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:43:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:43:48.895Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T15:43:48.895Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T15:43:49.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:43:49.535Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:43:49.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2878e0c8-3608-4145-957b-c8153927c92f","serviceName":"vFW 2021-10-06 15-40-57","serviceVersion":"1.0","serviceUUID":"07c05e17-7610-466a-97da-839fe53fff1f","serviceDescription":"catalog service description","serviceInvariantUUID":"e2dbab65-e601-4c10-beab-901acf02b83d","resources":[{"resourceInstanceName":"vFW 11261d9a-bd71 0","resourceName":"vFW 11261d9a-bd71","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"33d8a010-937f-4c29-871d-7eec78c9a135","resourceInvariantUUID":"6494d2a7-ef94-499c-9b0c-ccb554f6fb5f","resourceCustomizationUUID":"a2bc9daa-4c98-40f1-a1bc-a6e9771082e3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vf-license-model.xml","artifactChecksum":"Njc5NmVmNmI5ZjYwZDgwOWM0OTQxYzE2ZGQ2ZTg4MDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a52baf92-ae2f-41e9-b5f9-407797a87c96","artifactVersion":"1"},{"artifactName":"vfw11261d9abd710_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json","artifactChecksum":"NThhMjY5MjcxNmYwNDJmYmEyYzI0NDhkNTI4MDJmNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f960b3c-e334-419d-af0a-61736ba660d8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"31b716bf-e9be-4504-986b-5d888ebdde5c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vendor-license-model.xml","artifactChecksum":"OGRlNmFmYTA1ZWUzOTY5ODNiZTJmMWI4YzkzZGY5YTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f815e0c-83ca-4ae8-9a3e-1b753076ad23","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e963b067-3804-493c-a076-dec09a7a89fd","artifactVersion":"2","generatedFromUUID":"31b716bf-e9be-4504-986b-5d888ebdde5c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211006154057-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-template.yml","artifactChecksum":"MjFiOTQ2MGRhOWYyY2FmMWM0ZTIzMjQwYjNmNDAyNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5552e1e0-04b8-4ec1-8fb4-cd0e8982b6bc","artifactVersion":"1"},{"artifactName":"service-Vfw20211006154057-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar","artifactChecksum":"ZTc2YjExM2NlM2NiZjJjOWM3NTc4MGJlM2M2YjYzZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"643dcfba-1ff5-4b62-97fc-85838023f49e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-06T15:43:49.538Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.539Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "multicloud-k8s-id", "timestamp": 1633534992284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.539Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.540Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.540Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534993273, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.540Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.541Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.541Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "policy-id", "timestamp": 1633534993658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.541Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.542Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.542Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "ves-openapi-manager", "timestamp": 1633534988768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.542Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.542Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.542Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "cds", "timestamp": 1633534995590, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.542Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.542Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.542Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "multicloud-k8s-id", "timestamp": 1633534992284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "NOTIFIED" } 2021-10-06T15:43:49.542Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.543Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.543Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534993273, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.543Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.543Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.543Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "policy-id", "timestamp": 1633534993658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.543Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.543Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.543Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "ves-openapi-manager", "timestamp": 1633534988768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.544Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.544Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.544Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "cds", "timestamp": 1633534995590, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.544Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.544Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.544Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534993273, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.544Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.544Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.544Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "multicloud-k8s-id", "timestamp": 1633534992284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-06T15:43:49.545Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.544Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:43:49.545Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.545Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "policy-id", "timestamp": 1633534993658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-06T15:43:49.545Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:43:49.545Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.545Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.545Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "ves-openapi-manager", "timestamp": 1633534988768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.546Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.546Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.546Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "cds", "timestamp": 1633534995590, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.547Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.547Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.547Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "multicloud-k8s-id", "timestamp": 1633534992284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.547Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.547Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.547Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534993273, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.548Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.548Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.548Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "policy-id", "timestamp": 1633534993658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.548Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.548Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.548Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:43:49.549Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.548Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "dcae-sch", "timestamp": 1633534997731, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.549Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.549Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.549Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "ves-openapi-manager", "timestamp": 1633534988768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.549Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.550Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.550Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "aai-ml", "timestamp": 1633534997863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.550Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.550Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.550Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "cds", "timestamp": 1633534995590, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.550Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.551Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.551Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "multicloud-k8s-id", "timestamp": 1633534992284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-06T15:43:49.551Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.551Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.551Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534993273, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.551Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.552Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.552Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "dcae-sch", "timestamp": 1633534997731, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.552Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.552Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.552Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "policy-id", "timestamp": 1633534993658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.552Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.553Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.553Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "ves-openapi-manager", "timestamp": 1633534988768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.553Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.553Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.553Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "aai-ml", "timestamp": 1633534997863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.554Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.554Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.554Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "cds", "timestamp": 1633534995590, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.554Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.555Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.555Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "multicloud-k8s-id", "timestamp": 1633534992284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.555Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.555Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.556Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534993273, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.556Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.556Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.556Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "dcae-sch", "timestamp": 1633534997731, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.557Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.557Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.557Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "policy-id", "timestamp": 1633534993658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.557Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.557Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.557Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "ves-openapi-manager", "timestamp": 1633534988768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.557Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.558Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.558Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "aai-ml", "timestamp": 1633534997863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.558Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.558Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.558Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "clamp", "timestamp": 1633535000100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.558Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.558Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.558Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "cds", "timestamp": 1633534995590, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.558Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.559Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.559Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "multicloud-k8s-id", "timestamp": 1633534992284, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:43:49.559Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.559Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.559Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633534993273, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:43:49.559Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.559Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.559Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "dcae-sch", "timestamp": 1633534997731, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.560Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.560Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.560Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "policy-id", "timestamp": 1633534993658, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:43:49.560Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.560Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.560Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "ves-openapi-manager", "timestamp": 1633534988768, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.561Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.561Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.561Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "aai-ml", "timestamp": 1633534997863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.561Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.561Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.561Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "clamp", "timestamp": 1633535000100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "NOTIFIED" } 2021-10-06T15:43:49.562Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.562Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.562Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "cds", "timestamp": 1633534995590, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:43:49.562Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.562Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.562Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "dcae-sch", "timestamp": 1633534997731, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.563Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.563Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.563Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "aai-ml", "timestamp": 1633534997863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.563Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.563Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.563Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "clamp", "timestamp": 1633535000100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.564Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.564Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.564Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "dcae-sch", "timestamp": 1633534997731, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.564Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.564Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.564Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "aai-ml", "timestamp": 1633534997863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.565Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.565Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.565Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "clamp", "timestamp": 1633535000100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.566Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.566Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.566Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "multicloud-k8s-id", "timestamp": 1633535003963, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T15:43:49.566Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.566Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.566Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633535004078, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:43:49.567Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.567Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.567Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "policy-id", "timestamp": 1633535004094, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:43:49.567Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.567Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.567Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "dcae-sch", "timestamp": 1633534997731, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.568Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.568Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.568Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "aai-ml", "timestamp": 1633534997863, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:43:49.568Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.568Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.569Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "cds", "timestamp": 1633535004693, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:43:49.569Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.569Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.569Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "clamp", "timestamp": 1633535000100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.570Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.570Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.570Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "policy-id", "timestamp": 1633535005100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:43:49.570Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.570Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.570Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "cds", "timestamp": 1633535005705, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-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 (?, ?, ?, ?, ?) 2021-10-06T15:43:49.590Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2878e0c8-3608-4145-957b-c8153927c92f 2021-10-06T15:43:49.590Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2878e0c8-3608-4145-957b-c8153927c92f 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 (?, ?, ?, ?, ?) 2021-10-06T15:43:49.599Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.600Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "clamp", "timestamp": 1633535000100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:49.600Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.600Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.601Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "policy-id", "timestamp": 1633535006103, "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=? 2021-10-06T15:43:49.606Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2878e0c8-3608-4145-957b-c8153927c92f 2021-10-06T15:43:49.606Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2878e0c8-3608-4145-957b-c8153927c92f 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 (?, ?, ?, ?, ?) 2021-10-06T15:43:49.619Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.619Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "multicloud-k8s-id", "timestamp": 1633535006380, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T15:43:49.619Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.619Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.620Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "aai-ml", "timestamp": 1633535006665, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:43:49.620Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.620Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.620Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "clamp", "timestamp": 1633535000100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:43:49.621Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:43:49.621Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.621Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633535007759, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:43:49.621Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.621Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.622Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "multicloud-k8s-id", "timestamp": 1633535008563, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-06T15:43:49.622Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.622Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.622Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633535008766, "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=? 2021-10-06T15:43:49.627Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2878e0c8-3608-4145-957b-c8153927c92f 2021-10-06T15:43:49.627Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2878e0c8-3608-4145-957b-c8153927c92f 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 (?, ?, ?, ?, ?) 2021-10-06T15:43:49.637Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.637Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "multicloud-k8s-id", "timestamp": 1633535009599, "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=? 2021-10-06T15:43:49.642Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2878e0c8-3608-4145-957b-c8153927c92f 2021-10-06T15:43:49.643Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2878e0c8-3608-4145-957b-c8153927c92f 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=? 2021-10-06T15:43:49.649Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:43:49.650Z||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. 2021-10-06T15:43:49.650Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:43:49.650Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.651Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "multicloud-k8s-id", "timestamp": 1633535010606, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "DEPLOY_OK" } 2021-10-06T15:43:49.651Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.651Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.651Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "aai-ml", "timestamp": 1633535016857, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:43:49.652Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.652Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.652Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "aai-ml", "timestamp": 1633535017872, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T15:43:49.662Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2878e0c8-3608-4145-957b-c8153927c92f 2021-10-06T15:43:49.662Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:43:49.662Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2878e0c8-3608-4145-957b-c8153927c92f and ComponentName AAI 2021-10-06T15:43:49.663Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-06T15:43:49.671Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.671Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "clamp", "timestamp": 1633535020956, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:43:49.671Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.671Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.671Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "clamp", "timestamp": 1633535022974, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:43:49.671Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:43:49.672Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:43:49.672Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "clamp", "timestamp": 1633535023978, "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=? 2021-10-06T15:43:49.676Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2878e0c8-3608-4145-957b-c8153927c92f 2021-10-06T15:43:49.676Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2878e0c8-3608-4145-957b-c8153927c92f 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 (?, ?, ?, ?, ?) 2021-10-06T15:43:50.549Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:43:50.550Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:43:50.554Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:43:50.554Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "NOTIFIED" } 2021-10-06T15:43:50.654Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:43:50.655Z||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. 2021-10-06T15:43:50.655Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:43:50.663Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:43:50.663Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-10-06T15:43:51.555Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:43:51.556Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:43:51.558Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:43:51.559Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-06T15:43:51.659Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:43:51.660Z||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. 2021-10-06T15:43:51.660Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:43:51.668Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:43:51.668Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:43:52.559Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:43:52.560Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:43:52.563Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:43:52.564Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:52.663Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T15:43:52.664Z||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. 2021-10-06T15:43:52.664Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:43:52.672Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:43:52.673Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:43:53.564Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:43:53.565Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:43:53.567Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:43:53.568Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-06T15:43:53.668Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:43:53.669Z||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. 2021-10-06T15:43:53.669Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:43:53.675Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:43:53.676Z||pool-39-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-10-06T15:43:54.568Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:43:54.569Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:43:54.573Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:43:54.573Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:43:54.673Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:43:54.674Z||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. 2021-10-06T15:43:54.674Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:43:54.683Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:43:54.683Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:43:55.574Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:43:55.574Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:43:55.576Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:43:55.577Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:43:55.677Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:43:55.678Z||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. 2021-10-06T15:43:55.679Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:43:55.687Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:43:55.687Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:43:56.578Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "serviceName": "vFW 2021-10-06 15-40-57", "serviceVersion": "1.0", "serviceUUID": "07c05e17-7610-466a-97da-839fe53fff1f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e2dbab65-e601-4c10-beab-901acf02b83d", "resources": [ { "resourceInstanceName": "vFW 11261d9a-bd71 0", "resourceCustomizationUUID": "a2bc9daa-4c98-40f1-a1bc-a6e9771082e3", "resourceName": "vFW 11261d9a-bd71", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "33d8a010-937f-4c29-871d-7eec78c9a135", "resourceInvariantUUID": "6494d2a7-ef94-499c-9b0c-ccb554f6fb5f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw11261d9abd710_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "artifactChecksum": "NThhMjY5MjcxNmYwNDJmYmEyYzI0NDhkNTI4MDJmNDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9f960b3c-e334-419d-af0a-61736ba660d8", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "31b716bf-e9be-4504-986b-5d888ebdde5c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e963b067-3804-493c-a076-dec09a7a89fd", "generatedFromUUID": "31b716bf-e9be-4504-986b-5d888ebdde5c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e963b067-3804-493c-a076-dec09a7a89fd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211006154057-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "artifactChecksum": "ZTc2YjExM2NlM2NiZjJjOWM3NTc4MGJlM2M2YjYzZDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "643dcfba-1ff5-4b62-97fc-85838023f49e" } ], "workloadContext": "Production" } 2021-10-06T15:43:56.579Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-06T15:43:56.580Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07c05e17-7610-466a-97da-839fe53fff1f ASDC 2021-10-06T15:43:56.580Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:2878e0c8-3608-4145-957b-c8153927c92f ServiceName:vFW 2021-10-06 15-40-57 ServiceVersion:1.0 ServiceUUID:07c05e17-7610-466a-97da-839fe53fff1f ServiceInvariantUUID:e2dbab65-e601-4c10-beab-901acf02b83d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211006154057-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar ArtifactUUID:643dcfba-1ff5-4b62-97fc-85838023f49e ArtifactChecksum:ZTc2YjExM2NlM2NiZjJjOWM3NTc4MGJlM2M2YjYzZDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 11261d9a-bd71 0 ResourceCustomizationUUID:a2bc9daa-4c98-40f1-a1bc-a6e9771082e3 ResourceInvariantUUID:6494d2a7-ef94-499c-9b0c-ccb554f6fb5f ResourceName:vFW 11261d9a-bd71 ResourceType:VF ResourceUUID:33d8a010-937f-4c29-871d-7eec78c9a135 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw11261d9abd710_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json ArtifactUUID:9f960b3c-e334-419d-af0a-61736ba660d8 ArtifactChecksum:NThhMjY5MjcxNmYwNDJmYmEyYzI0NDhkNTI4MDJmNDg= 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/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml ArtifactUUID:31b716bf-e9be-4504-986b-5d888ebdde5c 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/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env ArtifactUUID:e963b067-3804-493c-a076-dec09a7a89fd 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/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env ArtifactUUID:e963b067-3804-493c-a076-dec09a7a89fd ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-06T15:43:56.581Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07c05e17-7610-466a-97da-839fe53fff1f 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=? 2021-10-06T15:43:56.625Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T15:43:56.626Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-10-06T15:43:56.626Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-10-06T15:43:56.626Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 643dcfba-1ff5-4b62-97fc-85838023f49e from URL: /sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar 2021-10-06T15:43:56.627Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-10-06T15:43:56.628Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar 2021-10-06T15:43:57.272Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-10-06T15:43:57.277Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar 643dcfba-1ff5-4b62-97fc-85838023f49e 98770 2021-10-06T15:43:57.277Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar ASDC sendASDCNotification 2021-10-06T15:43:57.278Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar 2021-10-06T15:43:57.278Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:43:57.278Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:43:57.280Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:43:57.280Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535037277, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:43:57.380Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:43:57.381Z||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. 2021-10-06T15:43:57.381Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:43:57.387Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:43:57.388Z||pool-42-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-10-06T15:43:58.282Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T15:43:58.283Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-10-06T15:43:58.283Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 643dcfba-1ff5-4b62-97fc-85838023f49e, URL: /sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar to file: /app/ASDC/1/service-Vfw20211006154057-csar.csar 2021-10-06T15:43:58.283Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211006154057-csar.csar 2021-10-06T15:43:58.284Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211006154057-csar.csar 2021-10-06T15:43:58.284Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211006154057-csar.csar 2021-10-06T15:43:58.727Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8605179218324267711/Definitions/service-Vfw20211006154057-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_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 2021-10-06T15:44:00.876Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-06T15:44:00.877Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-10-06T15:44:00.877Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.877Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-10-06T15:44:00.877Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||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-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.877Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||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-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.877Z|2878e0c8-3608-4145-957b-c8153927c92f|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-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.878Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.878Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.878Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||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-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.878Z|2878e0c8-3608-4145-957b-c8153927c92f|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-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.878Z|2878e0c8-3608-4145-957b-c8153927c92f|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-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.878Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.878Z|2878e0c8-3608-4145-957b-c8153927c92f|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-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.878Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 11261d9a-bd71 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-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.878Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.878Z|2878e0c8-3608-4145-957b-c8153927c92f|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-Vfw20211006154057-csar.csar 2021-10-06T15:44:00.878Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-10-06T15:44:00.879Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.879Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:00.879Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is matching search criteria 2021-10-06T15:44:00.879Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-10-06T15:44:00.879Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 11261d9a-bd71 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T15:44:00.880Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.880Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:00.880Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is matching search criteria 2021-10-06T15:44:00.880Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-10-06T15:44:00.880Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 11261d9a-bd71 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T15:44:00.880Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.880Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:00.881Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.881Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is not matching search criteria 2021-10-06T15:44:00.881Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:44:00.881Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:44:00.881Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-06T15:44:00.882Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:44:00.882Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:00.882Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-06T15:44:00.882Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:44:00.882Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-06T15:44:00.882Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-06T15:44:00.882Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:44:00.883Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:00.883Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-06T15:44:00.883Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:00.883Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-06T15:44:00.883Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:44:00.883Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-06T15:44:00.883Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.883Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-06T15:44:00.884Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.884Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is matching search criteria 2021-10-06T15:44:00.884Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 11261d9a-bd71 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:44:00.884Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.884Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is matching search criteria 2021-10-06T15:44:00.884Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 11261d9a-bd71 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:44:00.885Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.885Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is matching search criteria 2021-10-06T15:44:00.885Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 11261d9a-bd71 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:44:00.885Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.885Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is not matching search criteria 2021-10-06T15:44:00.885Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:44:00.885Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:44:00.886Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-06T15:44:00.886Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-06T15:44:00.886Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-06T15:44:00.886Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:44:00.886Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:00.886Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-06T15:44:00.886Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:00.886Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-06T15:44:00.887Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:44:00.887Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdf730ca-8636-4692-b1f6-44f482b8d1ae 2021-10-06T15:44:00.887Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.887Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is not matching search criteria 2021-10-06T15:44:00.887Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:44:00.887Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:44:00.887Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-06T15:44:00.887Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:44:00.888Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:00.888Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-06T15:44:00.888Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:44:00.888Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-06T15:44:00.888Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-06T15:44:00.888Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:00.888Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-06T15:44:00.889Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:44:00.889Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e0869d36-5112-4cc1-8c1e-5dc54b391a3c 2021-10-06T15:44:00.889Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.889Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is not matching search criteria 2021-10-06T15:44:00.889Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:44:00.889Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:44:00.889Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-06T15:44:00.889Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:44:00.890Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:00.890Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-06T15:44:00.890Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:44:00.890Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-06T15:44:00.890Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-06T15:44:00.890Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:44:00.890Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:00.890Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-06T15:44:00.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a15ad820-9c01-4b85-96bc-65c56a7e5756 2021-10-06T15:44:00.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:00.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:00.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:00.892Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:00.892Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:00.892Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-10-06 15-40-57 Description:catalog service description Model UUID:07c05e17-7610-466a-97da-839fe53fff1f Model Version:NULL Model InvariantUuid:e2dbab65-e601-4c10-beab-901acf02b83d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 11261d9a-bd71 Model UUID:0b8602e0-46a8-4e60-b6b2-49975d5a5c05 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6494d2a7-ef94-499c-9b0c-ccb554f6fb5f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a2bc9daa-4c98-40f1-a1bc-a6e9771082e3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:177541c5-489d-4284-b6ad-92ee8bbd04bc ModelName:Vfw11261d9aBd71..base_vfw..module-0 ModelUuid:39b85ad9-47e2-4143-9b20-9319394bc214 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cdf730ca-8636-4692-b1f6-44f482b8d1ae ModelInvariantUuid:07e56326-63eb-44fe-80d0-dfc5eec075e7 ModelName:vFW 11261d9a-bd71-nodes.vfwCvfc ModelUuid:f2c260b4-60ca-4477-a337-7f995742fa2c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:06bc45a6-6c79-4cc3-98e0-b39022e84e0b ModelInvariantUuid:3556d1f2-7b72-46b5-b40c-542422692ede ModelName:Vfw11261d9aBd71.compute.nodes.heat.vfw ModelUuid:7adeb904-d9a1-4cd8-8a5e-dd658f45c1a2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e0869d36-5112-4cc1-8c1e-5dc54b391a3c ModelInvariantUuid:f210c12c-1720-4f54-bedf-8a4eb01d33cb ModelName:vFW 11261d9a-bd71-nodes.vsnCvfc ModelUuid:fb83a7e0-a268-4532-8053-38f4fedbace6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a650876a-8482-425e-a59a-b0d890a4fd13 ModelInvariantUuid:0f94a6c2-5ce2-451f-b769-ff6afa1a55fa ModelName:Vfw11261d9aBd71.compute.nodes.heat.vsn ModelUuid:285f0ad7-4be0-4d8b-8601-63d00359ce24 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a15ad820-9c01-4b85-96bc-65c56a7e5756 ModelInvariantUuid:f24fd310-5007-4985-bc59-e9ae1f3e1826 ModelName:vFW 11261d9a-bd71-nodes.vpgCvfc ModelUuid:a601a9d8-059c-4201-ab9e-586d6e89d732 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e508d088-c65a-4cba-a59b-473daa609611 ModelInvariantUuid:5d79b6dc-5364-4deb-a487-59dc8674e049 ModelName:Vfw11261d9aBd71.compute.nodes.heat.vpg ModelUuid:6eba70bb-eaa4-4392-b735-1fbf63840b30 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-06T15:44:00.899Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 33d8a010-937f-4c29-871d-7eec78c9a135 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:44:00.905Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||vFW 11261d9a-bd71 0 2021-10-06T15:44:00.905Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 33d8a010-937f-4c29-871d-7eec78c9a135 2021-10-06T15:44:00.905Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9f960b3c-e334-419d-af0a-61736ba660d8 from URL: /sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json 2021-10-06T15:44:00.905Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-10-06T15:44:00.906Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json 2021-10-06T15:44:02.776Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-10-06T15:44:02.777Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json 9f960b3c-e334-419d-af0a-61736ba660d8 785 2021-10-06T15:44:02.777Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json ASDC sendASDCNotification 2021-10-06T15:44:02.777Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json 2021-10-06T15:44:02.777Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:44:02.778Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:44:02.779Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:44:02.780Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535042777, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T15:44:02.880Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:44:02.881Z||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. 2021-10-06T15:44:02.881Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:44:02.887Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:44:02.888Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:44:03.780Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw11261d9aBd71..base_vfw..module-0", "vfModuleModelInvariantUUID": "177541c5-489d-4284-b6ad-92ee8bbd04bc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39b85ad9-47e2-4143-9b20-9319394bc214", "vfModuleModelCustomizationUUID": "49b7e580-1d41-47c9-9a9f-c60d9c2f1593", "isBase": true, "artifacts": [ "31b716bf-e9be-4504-986b-5d888ebdde5c", "e963b067-3804-493c-a076-dec09a7a89fd" ], "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": "" } } ] 2021-10-06T15:44:03.786Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw11261d9aBd71..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39b85ad9-47e2-4143-9b20-9319394bc214 VfModuleModelInvariantUUID:177541c5-489d-4284-b6ad-92ee8bbd04bc VfModuleModelDescription:NULL Artifacts UUID List:{ 31b716bf-e9be-4504-986b-5d888ebdde5c , e963b067-3804-493c-a076-dec09a7a89fd } 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 } 2021-10-06T15:44:03.789Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw11261d9aBd71..base_vfw..module-0", "vfModuleModelInvariantUUID": "177541c5-489d-4284-b6ad-92ee8bbd04bc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39b85ad9-47e2-4143-9b20-9319394bc214", "vfModuleModelCustomizationUUID": "49b7e580-1d41-47c9-9a9f-c60d9c2f1593", "isBase": true, "artifacts": [ "31b716bf-e9be-4504-986b-5d888ebdde5c", "e963b067-3804-493c-a076-dec09a7a89fd" ], "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": "" } } ] 2021-10-06T15:44:03.789Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw11261d9aBd71..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39b85ad9-47e2-4143-9b20-9319394bc214 VfModuleModelInvariantUUID:177541c5-489d-4284-b6ad-92ee8bbd04bc VfModuleModelDescription:NULL Artifacts UUID List:{ 31b716bf-e9be-4504-986b-5d888ebdde5c , e963b067-3804-493c-a076-dec09a7a89fd } 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 } 2021-10-06T15:44:03.789Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31b716bf-e9be-4504-986b-5d888ebdde5c from URL: /sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml 2021-10-06T15:44:03.790Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-10-06T15:44:03.790Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml 2021-10-06T15:44:05.761Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-10-06T15:44:05.762Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml 31b716bf-e9be-4504-986b-5d888ebdde5c 20368 2021-10-06T15:44:05.763Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-06T15:44:05.763Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml 2021-10-06T15:44:05.763Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:44:05.763Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:44:05.766Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:44:05.766Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535045763, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T15:44:05.866Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:44:05.867Z||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. 2021-10-06T15:44:05.867Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:44:05.876Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:44:05.876Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-06T15:44:06.767Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e963b067-3804-493c-a076-dec09a7a89fd from URL: /sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env 2021-10-06T15:44:06.768Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-10-06T15:44:06.769Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env 2021-10-06T15:44:07.865Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-10-06T15:44:07.866Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env e963b067-3804-493c-a076-dec09a7a89fd 2098 2021-10-06T15:44:07.867Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-06T15:44:07.867Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env 2021-10-06T15:44:07.867Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:44:07.868Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:44:07.871Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:44:07.871Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535047867, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-06T15:44:07.971Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:44:07.973Z||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. 2021-10-06T15:44:07.973Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:44:07.982Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:44:07.983Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:44:08.872Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 07c05e17-7610-466a-97da-839fe53fff1f 2021-10-06T15:44:08.873Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 11261d9a-bd71 0 33d8a010-937f-4c29-871d-7eec78c9a135 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:44:08.895Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b8c5fb8, org.onap.sdc.toscaparser.api.parameters.Input@15ab7883, org.onap.sdc.toscaparser.api.parameters.Input@590c1ecf, org.onap.sdc.toscaparser.api.parameters.Input@3156f5c6, org.onap.sdc.toscaparser.api.parameters.Input@89e1dcb] 2021-10-06T15:44:08.897Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.897Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:08.897Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-10-06T15:44:08.897Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a2bc9daa-4c98-40f1-a1bc-a6e9771082e3 2021-10-06T15:44:08.897Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2bc9daa-4c98-40f1-a1bc-a6e9771082e3 matches Tosca VF Customization UUID: a2bc9daa-4c98-40f1-a1bc-a6e9771082e3 2021-10-06T15:44:08.898Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a2bc9daa-4c98-40f1-a1bc-a6e9771082e3 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-06T15:44:08.900Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.901Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:08.901Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a2bc9daa-4c98-40f1-a1bc-a6e9771082e3: {\"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\"} 2021-10-06T15:44:08.902Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7902a5a9 2021-10-06T15:44:08.902Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.902Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-06T15:44:08.902Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49b7e580-1d41-47c9-9a9f-c60d9c2f1593 2021-10-06T15:44:08.902Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49b7e580-1d41-47c9-9a9f-c60d9c2f1593 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-06T15:44:08.904Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.904Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is matching search criteria 2021-10-06T15:44:08.905Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 11261d9a-bd71 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:44:08.905Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.905Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is matching search criteria 2021-10-06T15:44:08.905Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 11261d9a-bd71 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:44:08.905Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.906Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is not matching search criteria 2021-10-06T15:44:08.906Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:44:08.906Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:44:08.906Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-06T15:44:08.906Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-06T15:44:08.907Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-06T15:44:08.907Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:44:08.907Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:08.907Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-06T15:44:08.907Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:08.907Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-06T15:44:08.907Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:44:08.908Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cdf730ca-8636-4692-b1f6-44f482b8d1ae Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-06T15:44:08.911Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.911Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is matching search criteria 2021-10-06T15:44:08.911Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 11261d9a-bd71 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:44:08.912Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.912Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is not matching search criteria 2021-10-06T15:44:08.912Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:44:08.912Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:44:08.912Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-06T15:44:08.913Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:44:08.913Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:08.913Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-06T15:44:08.913Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:44:08.913Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-06T15:44:08.914Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-06T15:44:08.914Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:08.914Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-06T15:44:08.914Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:44:08.914Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e0869d36-5112-4cc1-8c1e-5dc54b391a3c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-06T15:44:08.916Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.916Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is matching search criteria 2021-10-06T15:44:08.916Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 11261d9a-bd71 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:44:08.917Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.917Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is not matching search criteria 2021-10-06T15:44:08.917Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-06T15:44:08.917Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-06T15:44:08.917Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-06T15:44:08.917Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:44:08.917Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:08.917Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-06T15:44:08.918Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-06T15:44:08.918Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-06T15:44:08.918Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-06T15:44:08.918Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-06T15:44:08.918Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-06T15:44:08.918Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-06T15:44:08.918Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a15ad820-9c01-4b85-96bc-65c56a7e5756 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-06T15:44:08.920Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.920Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is matching search criteria 2021-10-06T15:44:08.920Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 11261d9a-bd71 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T15:44:08.920Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.921Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Node template vFW 11261d9a-bd71 0 is matching search criteria 2021-10-06T15:44:08.921Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 11261d9a-bd71 0] matching following query criteria: sdcType=VF, customizationUUID=a2bc9daa-4c98-40f1-a1bc-a6e9771082e3 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:44:08.922Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.922Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:08.922Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 07c05e17-7610-466a-97da-839fe53fff1f: vFW 11261d9a-bd71 2021-10-06T15:44:08.922Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.923Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:08.923Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.923Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:08.923Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.923Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:08.923Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.923Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:08.924Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:44:08.924Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-06 15-40-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:44:08.924Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-10-06 15-40-57 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-10-06T15:44:09.107Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 11261d9a-bd71 33d8a010-937f-4c29-871d-7eec78c9a135 1 ASDC deployResourceStructure 2021-10-06T15:44:09.108Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json ASDC sendASDCNotification 2021-10-06T15:44:09.108Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json 2021-10-06T15:44:09.108Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:44:09.108Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:44:09.110Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:44:09.110Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535049108, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "DEPLOY_OK" } 2021-10-06T15:44:09.211Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:44:09.212Z||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. 2021-10-06T15:44:09.212Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:44:09.219Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:44:09.219Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:44:10.111Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-06T15:44:10.112Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml 2021-10-06T15:44:10.112Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:44:10.112Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:44:10.114Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:44:10.114Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535050111, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-06T15:44:10.215Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:44:10.216Z||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. 2021-10-06T15:44:10.216Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:44:10.225Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:44:10.225Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-06T15:44:11.116Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-06T15:44:11.117Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env 2021-10-06T15:44:11.117Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:44:11.118Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:44:11.120Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:44:11.120Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535051115, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-06T15:44:11.220Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T15:44:11.221Z||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. 2021-10-06T15:44:11.221Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:44:11.230Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:44:11.231Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:44:12.122Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar ASDC sendASDCNotification 2021-10-06T15:44:12.122Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar 2021-10-06T15:44:12.122Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:44:12.123Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:44:12.125Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:44:12.125Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535052122, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:44:12.225Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T15:44:12.226Z||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. 2021-10-06T15:44:12.227Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:44:12.236Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:44:12.237Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:44:13.126Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2878e0c8-3608-4145-957b-c8153927c92f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T15:44:13.143Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2878e0c8-3608-4145-957b-c8153927c92f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T15:44:13.146Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T15:44:13.146Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T15:44:13.146Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-06T15:44:13.146Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-06T15:44:13.147Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:44:13.147Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:44:13.147Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:44:13.147Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:44:13.148Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:44:13.148Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:44:13.148Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T15:44:13.154Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-06T15:44:43.155Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2878e0c8-3608-4145-957b-c8153927c92f 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=? 2021-10-06T15:44:43.170Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2878e0c8-3608-4145-957b-c8153927c92f and serviceModelVersionId: 07c05e17-7610-466a-97da-839fe53fff1f 2021-10-06T15:44:43.171Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2dbab65-e601-4c10-beab-901acf02b83d 2021-10-06T15:44:43.173Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2dbab65-e601-4c10-beab-901acf02b83d/model-vers/model-ver/07c05e17-7610-466a-97da-839fe53fff1f?depth=0 2021-10-06T15:44:43.183Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-10-06T15:44:43.261Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2dbab65-e601-4c10-beab-901acf02b83d/model-vers/model-ver/07c05e17-7610-466a-97da-839fe53fff1f?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]} 2021-10-06T15:44:43.267Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2dbab65-e601-4c10-beab-901acf02b83d/model-vers/model-ver/07c05e17-7610-466a-97da-839fe53fff1f?depth=0|INFO|500||Invoke 2021-10-06T15:44:43.331Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2dbab65-e601-4c10-beab-901acf02b83d/model-vers/model-ver/07c05e17-7610-466a-97da-839fe53fff1f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-06T15:44:43.766Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2dbab65-e601-4c10-beab-901acf02b83d/model-vers/model-ver/07c05e17-7610-466a-97da-839fe53fff1f?depth=0|INFO|500||InvokeReturn 2021-10-06T15:44:43.768Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2dbab65-e601-4c10-beab-901acf02b83d/model-vers/model-ver/07c05e17-7610-466a-97da-839fe53fff1f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211006-15:44:43:349-6833], vertex-id=[184392], Content-Length=[0], Date=[Wed, 06 Oct 2021 15:44:43 GMT], Content-Type=[application/json]} 2021-10-06T15:44:43.769Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-10-06T15:44:43.769Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-06T15:44:43.769Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:44:43.776Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-06T15:44:43.776Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2878e0c8-3608-4145-957b-c8153927c92f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-06T15:44:43.777Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-06T15:44:43.778Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:44:43.781Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:44:43.781Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535083777, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T15:44:43.881Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T15:44:43.882Z||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. 2021-10-06T15:44:43.883Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:44:43.894Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:44:43.895Z||pool-50-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=? 2021-10-06T15:44:48.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:44:48.892Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T15:44:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T15:44:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:44:48.895Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T15:44:48.895Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T15:44:49.020Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:44:49.021Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-06T15:44:49.021Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:44:49.022Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-06T15:44:58.440Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:45:48.892Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:45:48.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:45:48.897Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T15:45:48.897Z||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. 2021-10-06T15:45:48.897Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T15:45:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:45:49.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:45:49.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "NOTIFIED" } 2021-10-06T15:45:49.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T15:45:49.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-06T15:45:49.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T15:45:49.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T15:45:49.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T15:45:49.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-06T15:45:49.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T15:45:49.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:45:49.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T15:45:49.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535028891, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:45:49.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T15:45:49.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535037277, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:45:49.452Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:45:49.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535042777, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T15:45:49.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:45:49.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535045763, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T15:45:49.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:45:49.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535047867, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-06T15:45:49.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:45:49.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535049108, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/vfw11261d9abd710_modules.json", "status": "DEPLOY_OK" } 2021-10-06T15:45:49.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:45:49.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535050111, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-06T15:45:49.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:45:49.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535051115, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/resourceInstances/vfw11261d9abd710/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-06T15:45:49.456Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:45:49.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535052122, "artifactURL": "/sdc/v1/catalog/services/Vfw20211006154057/1.0/artifacts/service-Vfw20211006154057-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:45:49.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:45:49.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T15:45:49.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2878e0c8-3608-4145-957b-c8153927c92f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535083777, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T15:45:49.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:45:58.477Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:46:48.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:46:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T15:46:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T15:46:48.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:46:48.895Z||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. 2021-10-06T15:46:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:46:58.441Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:46:58.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:47:48.892Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:47:48.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:47:48.895Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T15:47:48.895Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T15:47:48.896Z||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. 2021-10-06T15:47:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:47:58.436Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:47:58.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:48:48.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:48:48.893Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:48:48.897Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T15:48:48.897Z||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. 2021-10-06T15:48:48.897Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T15:48:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:48:58.441Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:48:58.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:49:48.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:49:48.893Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:49:48.896Z||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. 2021-10-06T15:49:48.896Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T15:49:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:49:48.897Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T15:49:58.454Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:49:58.459Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:50:48.891Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:50:48.892Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T15:50:48.892Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T15:50:48.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:50:48.894Z||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. 2021-10-06T15:50:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:50:58.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:50:58.438Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:51:48.893Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:51:48.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:51:48.895Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T15:51:48.895Z||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. 2021-10-06T15:51:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:51:48.895Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T15:51:58.435Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:51:58.441Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:52:48.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:52:48.893Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:52:48.897Z||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. 2021-10-06T15:52:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:52:48.897Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T15:52:48.898Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T15:52:58.440Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:52:58.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:53:48.891Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:53:48.892Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T15:53:48.892Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T15:53:48.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:53:48.895Z||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. 2021-10-06T15:53:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:53:58.447Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:53:58.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:54:48.892Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:54:48.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:54:48.895Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T15:54:48.895Z||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. 2021-10-06T15:54:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:54:48.895Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T15:54:58.442Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:54:58.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:55:48.892Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:55:48.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:55:48.896Z||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. 2021-10-06T15:55:48.896Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T15:55:48.896Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T15:55:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:55:58.443Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:55:58.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:56:48.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:56:48.892Z||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. 2021-10-06T15:56:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:56:48.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:56:48.897Z||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. 2021-10-06T15:56:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:56:58.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:56:58.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:57:48.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:57:48.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:57:48.894Z||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. 2021-10-06T15:57:48.894Z||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. 2021-10-06T15:57:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:57:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:57:58.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:57:58.442Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:58:48.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:58:48.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:58:48.897Z||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. 2021-10-06T15:58:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:58:48.897Z||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. 2021-10-06T15:58:48.898Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:58:49.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:58:49.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:58:49.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd03e84c-8462-4afb-af51-f357acde06b1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a3225415-fb09-4d70-b1d3-8dc404af320c","serviceDescription":"service","serviceInvariantUUID":"7fc04a43-a140-4ea2-bfa0-764c10ad5a33","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1f312e1b-c165-453c-b0dd-baf8f965ef77","resourceInvariantUUID":"1386bd41-8424-4407-8fb6-75fc13eb9450","resourceCustomizationUUID":"da3304f5-b89f-488e-8886-638998fd78eb","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":"OWY5MTk0MDkwMzhhMGY3YmYwNjVkMTcwNzFhZTY0YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c597fcf-9012-4f35-a0d0-226a0977ae34","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWU3ZWM3ODViMWZkNDkyMmE3ODA3ZjU5MjU5MTNiODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d519e417-cca7-4e67-8d96-db44cec832fe","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-06T15:58:49.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "multicloud-k8s-id", "timestamp": 1633535872284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:58:49.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "dcae-sch", "timestamp": 1633535877730, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:58:49.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "clamp", "timestamp": 1633535870103, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:58:49.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "policy-id", "timestamp": 1633535873658, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:58:49.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "dcae-sch", "timestamp": 1633535877730, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T15:58:49.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "clamp", "timestamp": 1633535870103, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:58:49.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.535Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:58:49.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "multicloud-k8s-id", "timestamp": 1633535872284, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:58:49.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.535Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:58:49.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "policy-id", "timestamp": 1633535873658, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:58:49.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "cds", "timestamp": 1633535880589, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:58:49.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "cds", "timestamp": 1633535880589, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:58:49.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "policy-id", "timestamp": 1633535883374, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:58:49.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:58:49.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "policy-id", "timestamp": 1633535884382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:58:49.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:58:49.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "cds", "timestamp": 1633535884962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:58:49.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:58:49.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "policy-id", "timestamp": 1633535885385, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2021-10-06T15:58:49.541Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:58:49.542Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535928892, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2021-10-06T15:58:49.564Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd03e84c-8462-4afb-af51-f357acde06b1 2021-10-06T15:58:49.564Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd03e84c-8462-4afb-af51-f357acde06b1 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 (?, ?, ?, ?, ?) 2021-10-06T15:58:49.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "cds", "timestamp": 1633535885971, "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=? 2021-10-06T15:58:49.580Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd03e84c-8462-4afb-af51-f357acde06b1 2021-10-06T15:58:49.580Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd03e84c-8462-4afb-af51-f357acde06b1 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 (?, ?, ?, ?, ?) 2021-10-06T15:58:49.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "clamp", "timestamp": 1633535889384, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:58:49.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:58:49.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "ves-openapi-manager", "timestamp": 1633535888767, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:58:49.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "ves-openapi-manager", "timestamp": 1633535888767, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T15:58:49.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "clamp", "timestamp": 1633535891141, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:58:49.589Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:58:49.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "clamp", "timestamp": 1633535892147, "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=? 2021-10-06T15:58:49.593Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fd03e84c-8462-4afb-af51-f357acde06b1 2021-10-06T15:58:49.594Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd03e84c-8462-4afb-af51-f357acde06b1 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 (?, ?, ?, ?, ?) 2021-10-06T15:58:49.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633535893273, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:58:49.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633535893273, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:58:49.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633535896383, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:58:49.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:58:49.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633535898013, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:58:49.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:58:49.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "aai-ml", "timestamp": 1633535897864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:58:49.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633535899020, "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=? 2021-10-06T15:58:49.607Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd03e84c-8462-4afb-af51-f357acde06b1 2021-10-06T15:58:49.607Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd03e84c-8462-4afb-af51-f357acde06b1 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 (?, ?, ?, ?, ?) 2021-10-06T15:58:49.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "aai-ml", "timestamp": 1633535897864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:58:49.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-10-06T15:58:49.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "aai-ml", "timestamp": 1633535901576, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:58:49.615Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:58:49.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "aai-ml", "timestamp": 1633535906571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:58:49.615Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T15:58:49.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-06T15:58:49.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "aai-ml", "timestamp": 1633535907575, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T15:58:49.619Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd03e84c-8462-4afb-af51-f357acde06b1 2021-10-06T15:58:49.619Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd03e84c-8462-4afb-af51-f357acde06b1 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 (?, ?, ?, ?, ?) 2021-10-06T15:58:49.641Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T15:58:49.642Z||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. 2021-10-06T15:58:49.643Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:58:49.650Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:58:49.650Z||pool-51-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-10-06T15:58:50.542Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T15:58:50.543Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:58:50.546Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:58:50.546Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535928892, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-06T15:58:50.646Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:58:50.647Z||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. 2021-10-06T15:58:50.647Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:58:50.657Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:58:50.659Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:58:51.547Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "a3225415-fb09-4d70-b1d3-8dc404af320c", "serviceDescription": "service", "serviceInvariantUUID": "7fc04a43-a140-4ea2-bfa0-764c10ad5a33", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "da3304f5-b89f-488e-8886-638998fd78eb", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "1f312e1b-c165-453c-b0dd-baf8f965ef77", "resourceInvariantUUID": "1386bd41-8424-4407-8fb6-75fc13eb9450", "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": "YWU3ZWM3ODViMWZkNDkyMmE3ODA3ZjU5MjU5MTNiODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d519e417-cca7-4e67-8d96-db44cec832fe" } ], "workloadContext": "Production" } 2021-10-06T15:58:51.547Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-06T15:58:51.548Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a3225415-fb09-4d70-b1d3-8dc404af320c ASDC 2021-10-06T15:58:51.550Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:fd03e84c-8462-4afb-af51-f357acde06b1 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:a3225415-fb09-4d70-b1d3-8dc404af320c ServiceInvariantUUID:7fc04a43-a140-4ea2-bfa0-764c10ad5a33 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:d519e417-cca7-4e67-8d96-db44cec832fe ArtifactChecksum:YWU3ZWM3ODViMWZkNDkyMmE3ODA3ZjU5MjU5MTNiODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:da3304f5-b89f-488e-8886-638998fd78eb ResourceInvariantUUID:1386bd41-8424-4407-8fb6-75fc13eb9450 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:1f312e1b-c165-453c-b0dd-baf8f965ef77 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-10-06T15:58:51.550Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a3225415-fb09-4d70-b1d3-8dc404af320c 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=? 2021-10-06T15:58:51.578Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T15:58:51.580Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-10-06T15:58:51.580Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-10-06T15:58:51.580Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d519e417-cca7-4e67-8d96-db44cec832fe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-06T15:58:51.581Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T15:58:51.581Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-06T15:58:52.561Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T15:58:52.563Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d519e417-cca7-4e67-8d96-db44cec832fe 52178 2021-10-06T15:58:52.563Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-10-06T15:58:52.564Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-06T15:58:52.564Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T15:58:52.564Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:58:52.566Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:58:52.566Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535932563, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T15:58:52.668Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-10-06T15:58:52.670Z||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. 2021-10-06T15:58:52.670Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:58:52.677Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:58:52.678Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:58:53.567Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T15:58:53.568Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-10-06T15:58:53.569Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d519e417-cca7-4e67-8d96-db44cec832fe, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-06T15:58:53.569Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-10-06T15:58:53.569Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-06T15:58:53.569Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-06T15:58:53.734Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2037999892229408075/Definitions/service-BasicNetwork-template.yml 2021-10-06T15:58:54.294Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-06T15:58:54.295Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-10-06T15:58:54.295Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-06T15:58:54.295Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-10-06T15:58:54.295Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||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 2021-10-06T15:58:54.295Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||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 2021-10-06T15:58:54.296Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||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 2021-10-06T15:58:54.296Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||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 2021-10-06T15:58:54.296Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-06T15:58:54.296Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||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 2021-10-06T15:58:54.296Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||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 2021-10-06T15:58:54.296Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||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 2021-10-06T15:58:54.296Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-10-06T15:58:54.297Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.297Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.297Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-06T15:58:54.297Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-10-06T15:58:54.298Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T15:58:54.298Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.298Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.298Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-06T15:58:54.298Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-10-06T15:58:54.298Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T15:58:54.299Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.299Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.299Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.299Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.300Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.300Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.300Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.300Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.300Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.301Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.301Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:a3225415-fb09-4d70-b1d3-8dc404af320c Model Version:NULL Model InvariantUuid:7fc04a43-a140-4ea2-bfa0-764c10ad5a33 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:1386bd41-8424-4407-8fb6-75fc13eb9450 Model UUID:0f817138-245a-4256-9ac3-f08d622dd54c Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:da3304f5-b89f-488e-8886-638998fd78eb 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-06T15:58:54.307Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 1f312e1b-c165-453c-b0dd-baf8f965ef77 2021-10-06T15:58:54.307Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||No resources found for Service: a3225415-fb09-4d70-b1d3-8dc404af320c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:58:54.314Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500|| 2021-10-06T15:58:54.315Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-10-06T15:58:54.317Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a3225415-fb09-4d70-b1d3-8dc404af320c 2021-10-06T15:58:54.317Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a3225415-fb09-4d70-b1d3-8dc404af320c 2021-10-06T15:58:54.318Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-10-06T15:58:54.318Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:58:54.324Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@294c79f2, org.onap.sdc.toscaparser.api.parameters.Input@60ac5dab, org.onap.sdc.toscaparser.api.parameters.Input@216e4e4e, org.onap.sdc.toscaparser.api.parameters.Input@6b5fa7fa, org.onap.sdc.toscaparser.api.parameters.Input@2196d08a] 2021-10-06T15:58:54.325Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.326Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.326Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.326Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.326Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a3225415-fb09-4d70-b1d3-8dc404af320c: Generic NeutronNet 2021-10-06T15:58:54.326Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.327Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.327Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.327Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-10-06T15:58:54.359Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.359Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.360Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.360Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.360Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T15:58:54.360Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T15:58:54.361Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?) 2021-10-06T15:58:54.414Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-10-06T15:58:54.415Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-10-06T15:58:54.415Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-06T15:58:54.415Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T15:58:54.416Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:58:54.421Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:58:54.421Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535934415, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T15:58:54.521Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:58:54.522Z||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. 2021-10-06T15:58:54.522Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:58:54.532Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:58:54.532Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T15:58:55.422Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd03e84c-8462-4afb-af51-f357acde06b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T15:58:55.434Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd03e84c-8462-4afb-af51-f357acde06b1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T15:58:55.442Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T15:58:55.443Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T15:58:55.443Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-06T15:58:55.443Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-06T15:58:55.443Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:58:55.444Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:58:55.444Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:58:55.445Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:58:55.445Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:58:55.445Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T15:58:55.445Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T15:58:55.450Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-06T15:59:25.451Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd03e84c-8462-4afb-af51-f357acde06b1 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=? 2021-10-06T15:59:25.458Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd03e84c-8462-4afb-af51-f357acde06b1 and serviceModelVersionId: a3225415-fb09-4d70-b1d3-8dc404af320c 2021-10-06T15:59:25.459Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7fc04a43-a140-4ea2-bfa0-764c10ad5a33 2021-10-06T15:59:25.460Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7fc04a43-a140-4ea2-bfa0-764c10ad5a33/model-vers/model-ver/a3225415-fb09-4d70-b1d3-8dc404af320c?depth=0 2021-10-06T15:59:25.464Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-10-06T15:59:25.514Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fc04a43-a140-4ea2-bfa0-764c10ad5a33/model-vers/model-ver/a3225415-fb09-4d70-b1d3-8dc404af320c?depth=0|INFO|500||Invoke 2021-10-06T15:59:25.514Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fc04a43-a140-4ea2-bfa0-764c10ad5a33/model-vers/model-ver/a3225415-fb09-4d70-b1d3-8dc404af320c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fc04a43-a140-4ea2-bfa0-764c10ad5a33/model-vers/model-ver/a3225415-fb09-4d70-b1d3-8dc404af320c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fd03e84c-8462-4afb-af51-f357acde06b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b71dfd8-6961-4bba-8fd4-551eab1e2f5e], X-ECOMP-RequestID=[fd03e84c-8462-4afb-af51-f357acde06b1], X-TransactionId=[], X-ONAP-RequestID=[fd03e84c-8462-4afb-af51-f357acde06b1], Content-Type=[application/merge-patch+json]} 2021-10-06T15:59:25.534Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fc04a43-a140-4ea2-bfa0-764c10ad5a33/model-vers/model-ver/a3225415-fb09-4d70-b1d3-8dc404af320c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-06T15:59:26.059Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fc04a43-a140-4ea2-bfa0-764c10ad5a33/model-vers/model-ver/a3225415-fb09-4d70-b1d3-8dc404af320c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fc04a43-a140-4ea2-bfa0-764c10ad5a33/model-vers/model-ver/a3225415-fb09-4d70-b1d3-8dc404af320c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211006-15:59:25:549-91869], vertex-id=[405520], Content-Length=[0], Date=[Wed, 06 Oct 2021 15:59:25 GMT], Content-Type=[application/json]} 2021-10-06T15:59:26.059Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fc04a43-a140-4ea2-bfa0-764c10ad5a33/model-vers/model-ver/a3225415-fb09-4d70-b1d3-8dc404af320c?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-06T15:59:26.060Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7fc04a43-a140-4ea2-bfa0-764c10ad5a33/model-vers/model-ver/a3225415-fb09-4d70-b1d3-8dc404af320c?depth=0|INFO|500||InvokeReturn 2021-10-06T15:59:26.060Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-06T15:59:26.061Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T15:59:26.065Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-06T15:59:26.066Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd03e84c-8462-4afb-af51-f357acde06b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-06T15:59:26.066Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-06T15:59:26.066Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T15:59:26.068Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T15:59:26.068Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535966066, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T15:59:26.168Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T15:59:26.169Z||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. 2021-10-06T15:59:26.169Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T15:59:26.185Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:59:26.185Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 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=? 2021-10-06T15:59:48.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:59:48.892Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T15:59:48.895Z||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. 2021-10-06T15:59:48.895Z|fd03e84c-8462-4afb-af51-f357acde06b1|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. 2021-10-06T15:59:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T15:59:48.896Z|fd03e84c-8462-4afb-af51-f357acde06b1|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 FKq332wauIGhwVub) ... 2021-10-06T15:59:49.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T15:59:49.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-06T15:59:49.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535928892, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T15:59:49.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-06T15:59:58.454Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:00:48.891Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:00:48.892Z|fd03e84c-8462-4afb-af51-f357acde06b1|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. 2021-10-06T16:00:48.892Z|fd03e84c-8462-4afb-af51-f357acde06b1|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 FKq332wauIGhwVub) ... 2021-10-06T16:00:48.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:00:48.894Z||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. 2021-10-06T16:00:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:00:48.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:00:48.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-06T16:00:48.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535928892, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:00:48.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-06T16:00:48.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-06T16:00:48.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535932563, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:00:48.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:00:48.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-06T16:00:48.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535934415, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:00:48.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:00:48.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-06T16:00:48.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd03e84c-8462-4afb-af51-f357acde06b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633535966066, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T16:00:48.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:00:49.515Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:00:49.516Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-06T16:00:49.516Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"85280ae3-1da6-4c47-92d7-6999420748c2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d8b458cc-df65-4cb4-97ae-207d4f43662f","serviceDescription":"service","serviceInvariantUUID":"03dc3cc5-42e8-4f77-af7c-3bf8c61771a4","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1a0d872-5835-411e-a7d7-5a6da6acfc8f","resourceInvariantUUID":"0f7fffe5-3bd5-49ab-b075-5b4f1eabcb7f","resourceCustomizationUUID":"d8c0099b-f84f-463b-ad57-c9f54c3d3b62","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":"Y2M0OTNlZTU1MDcyNTlhZDU0ZDJlOGRmYmNhMjdjYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"81824fca-ffb4-4753-94e2-17acc45564da","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":"MmUyNjA3NTNjYzVmMjllNmU4MWU1NzEzM2QwNjM3M2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"65ab2510-df34-4547-aa2d-aef1cd342b9c","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":"0de393fa-b782-4929-9050-d4b28aa3b829","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":"003cd1dd-f310-436a-a891-a93e8a96ff1d","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":"69c778cb-4e7b-4033-a304-4bfc372ee1ae","artifactVersion":"2","generatedFromUUID":"0de393fa-b782-4929-9050-d4b28aa3b829"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjY3NmM4ZGRmOTQ2NjFkMjg0MDhmNjM0YTI5MWNkZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"615a1d26-0703-4825-84e8-891a5457ddda","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzgzZjNhMWYzNmZlMTZhZDEyNzk5ZWZkMzNiMjdlMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20bcdc3d-a807-41c0-8377-f2790aa760b1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-06T16:00:49.520Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:00:49.520Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:00:49.526Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:00:49.526Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:00:49.626Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:00:49.627Z||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. 2021-10-06T16:00:49.627Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:00:49.634Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:00:49.635Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:00:50.527Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:00:50.528Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:00:50.531Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:00:50.531Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-06T16:00:50.631Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:00:50.632Z||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. 2021-10-06T16:00:50.632Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:00:50.649Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:00:50.649Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:00:51.532Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:00:51.532Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:00:51.535Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:00:51.535Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-06T16:00:51.635Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:00:51.636Z||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. 2021-10-06T16:00:51.636Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:00:51.645Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:00:51.646Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:00:52.537Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:00:52.538Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:00:52.540Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:00:52.540Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:00:52.645Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-10-06T16:00:52.646Z||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. 2021-10-06T16:00:52.647Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:00:52.662Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:00:52.662Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:00:53.541Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:00:53.541Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:00:53.544Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:00:53.544Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-06T16:00:53.645Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-06T16:00:53.646Z||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. 2021-10-06T16:00:53.646Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:00:53.653Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:00:53.653Z||pool-60-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:00:54.545Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:00:54.546Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:00:54.548Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:00:54.548Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:00:54.648Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:00:54.649Z||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. 2021-10-06T16:00:54.649Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:00:54.657Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:00:54.658Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:00:55.548Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:00:55.550Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:00:55.552Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:00:55.552Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:00:55.652Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:00:55.653Z||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. 2021-10-06T16:00:55.653Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:00:55.660Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:00:55.660Z||pool-62-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:00:56.553Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "d8b458cc-df65-4cb4-97ae-207d4f43662f", "serviceDescription": "service", "serviceInvariantUUID": "03dc3cc5-42e8-4f77-af7c-3bf8c61771a4", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "d8c0099b-f84f-463b-ad57-c9f54c3d3b62", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b1a0d872-5835-411e-a7d7-5a6da6acfc8f", "resourceInvariantUUID": "0f7fffe5-3bd5-49ab-b075-5b4f1eabcb7f", "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": "MmUyNjA3NTNjYzVmMjllNmU4MWU1NzEzM2QwNjM3M2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "65ab2510-df34-4547-aa2d-aef1cd342b9c", "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": "0de393fa-b782-4929-9050-d4b28aa3b829", "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": "69c778cb-4e7b-4033-a304-4bfc372ee1ae", "generatedFromUUID": "0de393fa-b782-4929-9050-d4b28aa3b829" }, "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": "69c778cb-4e7b-4033-a304-4bfc372ee1ae", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzgzZjNhMWYzNmZlMTZhZDEyNzk5ZWZkMzNiMjdlMTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "20bcdc3d-a807-41c0-8377-f2790aa760b1" } ], "workloadContext": "Production" } 2021-10-06T16:00:56.554Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-06T16:00:56.554Z|fd03e84c-8462-4afb-af51-f357acde06b1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d8b458cc-df65-4cb4-97ae-207d4f43662f ASDC 2021-10-06T16:00:56.555Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:85280ae3-1da6-4c47-92d7-6999420748c2 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:d8b458cc-df65-4cb4-97ae-207d4f43662f ServiceInvariantUUID:03dc3cc5-42e8-4f77-af7c-3bf8c61771a4 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:20bcdc3d-a807-41c0-8377-f2790aa760b1 ArtifactChecksum:NzgzZjNhMWYzNmZlMTZhZDEyNzk5ZWZkMzNiMjdlMTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:d8c0099b-f84f-463b-ad57-c9f54c3d3b62 ResourceInvariantUUID:0f7fffe5-3bd5-49ab-b075-5b4f1eabcb7f ResourceName:basic_vm ResourceType:VF ResourceUUID:b1a0d872-5835-411e-a7d7-5a6da6acfc8f 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:65ab2510-df34-4547-aa2d-aef1cd342b9c ArtifactChecksum:MmUyNjA3NTNjYzVmMjllNmU4MWU1NzEzM2QwNjM3M2E= 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:0de393fa-b782-4929-9050-d4b28aa3b829 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:69c778cb-4e7b-4033-a304-4bfc372ee1ae 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:69c778cb-4e7b-4033-a304-4bfc372ee1ae ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-06T16:00:56.555Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8b458cc-df65-4cb4-97ae-207d4f43662f 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 (?, ?, ?, ?, ?) 2021-10-06T16:00:56.593Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T16:00:56.595Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-10-06T16:00:56.595Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-10-06T16:00:56.595Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 20bcdc3d-a807-41c0-8377-f2790aa760b1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-06T16:00:56.595Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T16:00:56.596Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-06T16:00:57.461Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T16:00:57.464Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 20bcdc3d-a807-41c0-8377-f2790aa760b1 70857 2021-10-06T16:00:57.465Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-10-06T16:00:57.465Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-06T16:00:57.465Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:00:57.465Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:00:57.468Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:00:57.468Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536057465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:00:57.568Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:00:57.569Z||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. 2021-10-06T16:00:57.570Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:00:57.577Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:00:57.577Z||pool-63-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:00:58.469Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T16:00:58.470Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-10-06T16:00:58.470Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 20bcdc3d-a807-41c0-8377-f2790aa760b1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-10-06T16:00:58.470Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-10-06T16:00:58.471Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-10-06T16:00:58.471Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-10-06T16:00:58.765Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3260073985682035690/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 2021-10-06T16:00:59.982Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-06T16:00:59.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-10-06T16:00:59.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-06T16:00:59.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-06T16:00:59.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-06T16:00:59.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:00:59.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-06T16:00:59.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-06T16:00:59.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-06T16:00:59.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-06T16:00:59.984Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-06T16:00:59.984Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-06T16:00:59.984Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-06T16:00:59.984Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-10-06T16:00:59.984Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.984Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:00:59.985Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-06T16:00:59.985Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-10-06T16:00:59.985Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T16:00:59.985Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.985Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:00:59.986Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-06T16:00:59.986Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-10-06T16:00:59.986Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T16:00:59.986Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.986Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:00:59.986Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.987Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-06T16:00:59.987Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-06T16:00:59.987Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-06T16:00:59.987Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-06T16:00:59.987Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-06T16:00:59.987Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-06T16:00:59.987Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.987Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-06T16:00:59.988Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.988Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-06T16:00:59.988Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:00:59.988Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.988Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-06T16:00:59.989Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:00:59.989Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.989Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-06T16:00:59.989Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:00:59.989Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.989Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-06T16:00:59.989Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-06T16:00:59.990Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-06T16:00:59.990Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=80f262fc-dece-45e0-abd7-2da264131c3a 2021-10-06T16:00:59.990Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.990Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:00:59.990Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.990Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:00:59.990Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.991Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:00:59.991Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:00:59.991Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:00:59.991Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:d8b458cc-df65-4cb4-97ae-207d4f43662f Model Version:NULL Model InvariantUuid:03dc3cc5-42e8-4f77-af7c-3bf8c61771a4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:9afdab81-f3bb-416d-a43a-04ea537f884c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0f7fffe5-3bd5-49ab-b075-5b4f1eabcb7f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d8c0099b-f84f-463b-ad57-c9f54c3d3b62 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ac2936a7-5024-44f3-a419-66e72228a20c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:0b383565-ca45-43bb-a81b-07056ab3cc0c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:80f262fc-dece-45e0-abd7-2da264131c3a ModelInvariantUuid:85a96fd4-0b2c-459c-a931-67d33d9f2628 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:0cdbcb81-84b3-4aa7-866a-21556fe0edae ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:599a8420-08fc-4334-9aa5-70ec586cb55a ModelInvariantUuid:038702ce-d133-4dcd-9138-3cfb64a6490e ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:ed930d7d-f64f-4df1-8b51-f4caec32c591 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-06T16:00:59.997Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b1a0d872-5835-411e-a7d7-5a6da6acfc8f Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:01:00.001Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||basic_vm 0 2021-10-06T16:01:00.001Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1a0d872-5835-411e-a7d7-5a6da6acfc8f 2021-10-06T16:01:00.001Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 65ab2510-df34-4547-aa2d-aef1cd342b9c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-10-06T16:01:00.001Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T16:01:00.002Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:00.966Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T16:01:00.967Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 65ab2510-df34-4547-aa2d-aef1cd342b9c 787 2021-10-06T16:01:00.967Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:00.967Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:00.967Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:01:00.968Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:01:00.970Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:01:00.970Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536060967, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T16:01:01.070Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:01:01.072Z||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. 2021-10-06T16:01:01.072Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:01:01.080Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:01:01.081Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:01:01.970Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ac2936a7-5024-44f3-a419-66e72228a20c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0b383565-ca45-43bb-a81b-07056ab3cc0c", "vfModuleModelCustomizationUUID": "70e345f9-19fc-4d68-9627-6f7f79d93e20", "isBase": true, "artifacts": [ "0de393fa-b782-4929-9050-d4b28aa3b829", "69c778cb-4e7b-4033-a304-4bfc372ee1ae" ], "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": "" } } ] 2021-10-06T16:01:01.975Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0b383565-ca45-43bb-a81b-07056ab3cc0c VfModuleModelInvariantUUID:ac2936a7-5024-44f3-a419-66e72228a20c VfModuleModelDescription:NULL Artifacts UUID List:{ 0de393fa-b782-4929-9050-d4b28aa3b829 , 69c778cb-4e7b-4033-a304-4bfc372ee1ae } 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 } 2021-10-06T16:01:01.977Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ac2936a7-5024-44f3-a419-66e72228a20c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0b383565-ca45-43bb-a81b-07056ab3cc0c", "vfModuleModelCustomizationUUID": "70e345f9-19fc-4d68-9627-6f7f79d93e20", "isBase": true, "artifacts": [ "0de393fa-b782-4929-9050-d4b28aa3b829", "69c778cb-4e7b-4033-a304-4bfc372ee1ae" ], "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": "" } } ] 2021-10-06T16:01:01.978Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0b383565-ca45-43bb-a81b-07056ab3cc0c VfModuleModelInvariantUUID:ac2936a7-5024-44f3-a419-66e72228a20c VfModuleModelDescription:NULL Artifacts UUID List:{ 0de393fa-b782-4929-9050-d4b28aa3b829 , 69c778cb-4e7b-4033-a304-4bfc372ee1ae } 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 } 2021-10-06T16:01:01.978Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0de393fa-b782-4929-9050-d4b28aa3b829 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-06T16:01:01.978Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T16:01:01.978Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-06T16:01:03.769Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T16:01:03.769Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0de393fa-b782-4929-9050-d4b28aa3b829 5033 2021-10-06T16:01:03.770Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:03.770Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:03.770Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:01:03.770Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:01:03.772Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:01:03.772Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536063769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T16:01:03.872Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:01:03.877Z||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. 2021-10-06T16:01:03.877Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:01:03.885Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:01:03.886Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:01:04.774Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 69c778cb-4e7b-4033-a304-4bfc372ee1ae from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-06T16:01:04.775Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T16:01:04.775Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-06T16:01:06.766Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T16:01:06.768Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 69c778cb-4e7b-4033-a304-4bfc372ee1ae 903 2021-10-06T16:01:06.769Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:06.769Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:06.769Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:01:06.770Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:01:06.775Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:01:06.776Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536066769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-06T16:01:06.876Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T16:01:06.877Z||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. 2021-10-06T16:01:06.877Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:01:06.887Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:01:06.888Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:01:07.777Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d8b458cc-df65-4cb4-97ae-207d4f43662f 2021-10-06T16:01:07.778Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b1a0d872-5835-411e-a7d7-5a6da6acfc8f ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:01:07.800Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6142c255, org.onap.sdc.toscaparser.api.parameters.Input@21da7ec5, org.onap.sdc.toscaparser.api.parameters.Input@78453cb4, org.onap.sdc.toscaparser.api.parameters.Input@16b48cc2, org.onap.sdc.toscaparser.api.parameters.Input@6113b42b] 2021-10-06T16:01:07.803Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.804Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:01:07.805Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-10-06T16:01:07.805Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d8c0099b-f84f-463b-ad57-c9f54c3d3b62 2021-10-06T16:01:07.805Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d8c0099b-f84f-463b-ad57-c9f54c3d3b62 matches Tosca VF Customization UUID: d8c0099b-f84f-463b-ad57-c9f54c3d3b62 2021-10-06T16:01:07.805Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d8c0099b-f84f-463b-ad57-c9f54c3d3b62 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-06T16:01:07.807Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.808Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:01:07.808Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d8c0099b-f84f-463b-ad57-c9f54c3d3b62: {\"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\"} 2021-10-06T16:01:07.809Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70dcbac2 2021-10-06T16:01:07.809Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.809Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-06T16:01:07.809Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 70e345f9-19fc-4d68-9627-6f7f79d93e20 2021-10-06T16:01:07.809Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 70e345f9-19fc-4d68-9627-6f7f79d93e20 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-06T16:01:07.812Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.812Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-06T16:01:07.813Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:01:07.813Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.813Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-06T16:01:07.813Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:01:07.814Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.814Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-06T16:01:07.814Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-06T16:01:07.814Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-06T16:01:07.815Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=80f262fc-dece-45e0-abd7-2da264131c3a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-06T16:01:07.817Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.818Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-06T16:01:07.818Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:01:07.818Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.818Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-06T16:01:07.819Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d8c0099b-f84f-463b-ad57-c9f54c3d3b62 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:01:07.820Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.820Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:01:07.822Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d8b458cc-df65-4cb4-97ae-207d4f43662f: basic_vm 2021-10-06T16:01:07.822Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.822Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:01:07.822Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.823Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:01:07.823Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.823Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:01:07.823Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.823Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:01:07.823Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:01:07.823Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:01:07.824Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-10-06T16:01:07.910Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b1a0d872-5835-411e-a7d7-5a6da6acfc8f 1 ASDC deployResourceStructure 2021-10-06T16:01:07.910Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:07.910Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:07.910Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:01:07.911Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:01:07.913Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:01:07.913Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536067910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T16:01:08.013Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:01:08.014Z||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. 2021-10-06T16:01:08.014Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:01:08.023Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:01:08.023Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:01:08.914Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:08.915Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:08.915Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:01:08.915Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:01:08.919Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:01:08.919Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536068914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-06T16:01:09.019Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T16:01:09.019Z||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. 2021-10-06T16:01:09.019Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:01:09.028Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:01:09.029Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:01:09.922Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:09.922Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||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 2021-10-06T16:01:09.922Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:01:09.923Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:01:09.925Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:01:09.926Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536069922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-06T16:01:10.026Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:01:10.027Z||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. 2021-10-06T16:01:10.027Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:01:10.038Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:01:10.038Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:01:10.927Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-10-06T16:01:10.928Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-06T16:01:10.928Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:01:10.928Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:01:10.931Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:01:10.931Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536070927, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:01:11.031Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T16:01:11.031Z||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. 2021-10-06T16:01:11.031Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:01:11.047Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:01:11.048Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:01:11.932Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:01:11.948Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:01:11.950Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:01:11.951Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:01:11.951Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:01:41.951Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:01:41.964Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:01:41.966Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:01:41.966Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:01:41.966Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:01:48.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:01:48.895Z||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. 2021-10-06T16:01:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:01:48.920Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:01:48.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "aai-ml", "timestamp": 1633536017863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "cds", "timestamp": 1633536015589, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "clamp", "timestamp": 1633536020101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "policy-id", "timestamp": 1633536013657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "dcae-sch", "timestamp": 1633536017730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "aai-ml", "timestamp": 1633536017863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "clamp", "timestamp": 1633536020101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-06T16:01:48.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "policy-id", "timestamp": 1633536013657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "dcae-sch", "timestamp": 1633536017730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "cds", "timestamp": 1633536015589, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "aai-ml", "timestamp": 1633536017863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "cds", "timestamp": 1633536015589, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "clamp", "timestamp": 1633536020101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "policy-id", "timestamp": 1633536013657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-06T16:01:48.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "dcae-sch", "timestamp": 1633536017730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "aai-ml", "timestamp": 1633536017863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "policy-id", "timestamp": 1633536013657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "cds", "timestamp": 1633536015589, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "dcae-sch", "timestamp": 1633536017730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "clamp", "timestamp": 1633536020101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "aai-ml", "timestamp": 1633536017863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "cds", "timestamp": 1633536015589, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "policy-id", "timestamp": 1633536013657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "dcae-sch", "timestamp": 1633536017730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "clamp", "timestamp": 1633536020101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "aai-ml", "timestamp": 1633536017863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "cds", "timestamp": 1633536015589, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "policy-id", "timestamp": 1633536013657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "dcae-sch", "timestamp": 1633536017730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "clamp", "timestamp": 1633536020101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "ves-openapi-manager", "timestamp": 1633536028767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "aai-ml", "timestamp": 1633536017863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:01:48.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "policy-id", "timestamp": 1633536013657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:01:48.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "cds", "timestamp": 1633536015589, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:01:48.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "dcae-sch", "timestamp": 1633536017730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "clamp", "timestamp": 1633536020101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:01:48.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "ves-openapi-manager", "timestamp": 1633536028767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "ves-openapi-manager", "timestamp": 1633536028767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "cds", "timestamp": 1633536031881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:01:48.943Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:01:48.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "aai-ml", "timestamp": 1633536031970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:01:48.944Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:01:48.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "policy-id", "timestamp": 1633536031972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:01:48.944Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:01:48.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "ves-openapi-manager", "timestamp": 1633536028767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "cds", "timestamp": 1633536032892, "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=? 2021-10-06T16:01:48.950Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 85280ae3-1da6-4c47-92d7-6999420748c2 2021-10-06T16:01:48.950Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85280ae3-1da6-4c47-92d7-6999420748c2 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 (?, ?, ?, ?, ?) 2021-10-06T16:01:48.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "multicloud-k8s-id", "timestamp": 1633536032285, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "policy-id", "timestamp": 1633536032976, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:01:48.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:01:48.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "ves-openapi-manager", "timestamp": 1633536028767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "multicloud-k8s-id", "timestamp": 1633536032285, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-06T16:01:48.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "policy-id", "timestamp": 1633536033979, "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=? 2021-10-06T16:01:48.965Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85280ae3-1da6-4c47-92d7-6999420748c2 2021-10-06T16:01:48.965Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85280ae3-1da6-4c47-92d7-6999420748c2 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 (?, ?, ?, ?, ?) 2021-10-06T16:01:48.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "clamp", "timestamp": 1633536034141, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:01:48.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:01:48.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "ves-openapi-manager", "timestamp": 1633536028767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "multicloud-k8s-id", "timestamp": 1633536032285, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-06T16:01:48.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "ves-openapi-manager", "timestamp": 1633536028767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "multicloud-k8s-id", "timestamp": 1633536032285, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "clamp", "timestamp": 1633536036151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:01:48.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:01:48.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "multicloud-k8s-id", "timestamp": 1633536032285, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-06T16:01:48.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "clamp", "timestamp": 1633536037162, "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=? 2021-10-06T16:01:48.980Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 85280ae3-1da6-4c47-92d7-6999420748c2 2021-10-06T16:01:48.980Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85280ae3-1da6-4c47-92d7-6999420748c2 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 (?, ?, ?, ?, ?) 2021-10-06T16:01:48.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "multicloud-k8s-id", "timestamp": 1633536032285, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:48.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "multicloud-k8s-id", "timestamp": 1633536032285, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:01:48.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:48.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "aai-ml", "timestamp": 1633536040761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:01:48.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:01:48.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:48.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "aai-ml", "timestamp": 1633536041765, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:01:48.994Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 85280ae3-1da6-4c47-92d7-6999420748c2 2021-10-06T16:01:48.994Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85280ae3-1da6-4c47-92d7-6999420748c2 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 (?, ?, ?, ?, ?) 2021-10-06T16:01:49.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:49.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "multicloud-k8s-id", "timestamp": 1633536041881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T16:01:49.000Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:01:49.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:49.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536043272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:49.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:49.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:49.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "multicloud-k8s-id", "timestamp": 1633536044864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T16:01:49.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:01:49.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:49.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536043272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:49.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:49.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:49.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536043272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:49.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:49.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:49.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536043272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:49.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:49.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:49.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "multicloud-k8s-id", "timestamp": 1633536047766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-06T16:01:49.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:01:49.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:49.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536043272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:49.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:49.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:49.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "cds", "timestamp": 1633536045589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:49.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:01:49.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:01:49.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "aai-ml", "timestamp": 1633536047863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:01:49.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:02:11.966Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:02:11.980Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:02:11.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:02:11.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:02:11.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:02:11.983Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:02:41.984Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:02:42.004Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:02:42.007Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:02:42.007Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:02:42.007Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:02:42.007Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:02:48.895Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:02:48.897Z||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. 2021-10-06T16:02:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:02:48.922Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:02:48.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:02:48.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "multicloud-k8s-id", "timestamp": 1633536048800, "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=? 2021-10-06T16:02:48.931Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85280ae3-1da6-4c47-92d7-6999420748c2 2021-10-06T16:02:48.931Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85280ae3-1da6-4c47-92d7-6999420748c2 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=? 2021-10-06T16:03:12.008Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:03:12.021Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:03:12.023Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:03:12.023Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:03:12.023Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:03:12.023Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:03:42.024Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:03:42.037Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:03:42.039Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:03:42.039Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:03:42.039Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:03:42.039Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:03:48.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:03:48.896Z||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. 2021-10-06T16:03:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:03:49.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:03:49.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536043272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "cds", "timestamp": 1633536045589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "ves-openapi-manager", "timestamp": 1633536048767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "aai-ml", "timestamp": 1633536047863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "multicloud-k8s-id", "timestamp": 1633536049804, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T16:03:49.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536043272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:03:49.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "cds", "timestamp": 1633536045589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "ves-openapi-manager", "timestamp": 1633536048767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "aai-ml", "timestamp": 1633536047863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-06T16:03:49.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "clamp", "timestamp": 1633536050105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "cds", "timestamp": 1633536045589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "ves-openapi-manager", "timestamp": 1633536048767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "aai-ml", "timestamp": 1633536047863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-06T16:03:49.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "clamp", "timestamp": 1633536050105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-06T16:03:49.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536052262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "cds", "timestamp": 1633536045589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "ves-openapi-manager", "timestamp": 1633536048767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "aai-ml", "timestamp": 1633536047863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "clamp", "timestamp": 1633536050105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536052284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "cds", "timestamp": 1633536045589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "ves-openapi-manager", "timestamp": 1633536048767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "aai-ml", "timestamp": 1633536047863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-06T16:03:49.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "clamp", "timestamp": 1633536050105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536052284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-06T16:03:49.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "cds", "timestamp": 1633536045589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "policy-id", "timestamp": 1633536053658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "ves-openapi-manager", "timestamp": 1633536048767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "aai-ml", "timestamp": 1633536047863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "clamp", "timestamp": 1633536050105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536052284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-06T16:03:49.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536055157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:03:49.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "cds", "timestamp": 1633536045589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:03:49.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "policy-id", "timestamp": 1633536053658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "ves-openapi-manager", "timestamp": 1633536048767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "aai-ml", "timestamp": 1633536047863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:03:49.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:03:49.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "clamp", "timestamp": 1633536050105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536052284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536056163, "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=? 2021-10-06T16:03:49.444Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 85280ae3-1da6-4c47-92d7-6999420748c2 2021-10-06T16:03:49.444Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85280ae3-1da6-4c47-92d7-6999420748c2 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 (?, ?, ?, ?, ?) 2021-10-06T16:03:49.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "policy-id", "timestamp": 1633536053658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-06T16:03:49.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "ves-openapi-manager", "timestamp": 1633536048767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "clamp", "timestamp": 1633536050105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536052284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-06T16:03:49.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "cds", "timestamp": 1633536056977, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "aai-ml", "timestamp": 1633536057371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "policy-id", "timestamp": 1633536053658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536057465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "clamp", "timestamp": 1633536050105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:03:49.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536052284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "dcae-sch", "timestamp": 1633536057730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "policy-id", "timestamp": 1633536053658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536052284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "dcae-sch", "timestamp": 1633536057730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "policy-id", "timestamp": 1633536053658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "cds", "timestamp": 1633536059717, "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 (?, ?, ?, ?, ?) 2021-10-06T16:03:49.470Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c2b5275-96ab-40e4-9553-33063cd86205 2021-10-06T16:03:49.470Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c2b5275-96ab-40e4-9553-33063cd86205 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 (?, ?, ?, ?, ?) 2021-10-06T16:03:49.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536052284, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:03:49.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "dcae-sch", "timestamp": 1633536057730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "policy-id", "timestamp": 1633536053658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536060967, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "dcae-sch", "timestamp": 1633536057730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "policy-id", "timestamp": 1633536053658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:03:49.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "clamp", "timestamp": 1633536062144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.479Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "dcae-sch", "timestamp": 1633536057730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536062552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.479Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "dcae-sch", "timestamp": 1633536057730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536063769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.480Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "policy-id", "timestamp": 1633536063864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.480Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "dcae-sch", "timestamp": 1633536057730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "policy-id", "timestamp": 1633536064871, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:03:49.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536064967, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "dcae-sch", "timestamp": 1633536057730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "policy-id", "timestamp": 1633536065874, "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=? 2021-10-06T16:03:49.486Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c2b5275-96ab-40e4-9553-33063cd86205 2021-10-06T16:03:49.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c2b5275-96ab-40e4-9553-33063cd86205 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 (?, ?, ?, ?, ?) 2021-10-06T16:03:49.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "clamp", "timestamp": 1633536066149, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:03:49.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536066769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "clamp", "timestamp": 1633536067153, "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=? 2021-10-06T16:03:49.496Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4c2b5275-96ab-40e4-9553-33063cd86205 2021-10-06T16:03:49.496Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c2b5275-96ab-40e4-9553-33063cd86205 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 (?, ?, ?, ?, ?) 2021-10-06T16:03:49.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "aai-ml", "timestamp": 1633536067468, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:03:49.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536067910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T16:03:49.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536068260, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "aai-ml", "timestamp": 1633536068478, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:03:49.507Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4c2b5275-96ab-40e4-9553-33063cd86205 2021-10-06T16:03:49.507Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c2b5275-96ab-40e4-9553-33063cd86205 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 (?, ?, ?, ?, ?) 2021-10-06T16:03:49.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536068914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-06T16:03:49.514Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536069283, "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=? 2021-10-06T16:03:49.518Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c2b5275-96ab-40e4-9553-33063cd86205 2021-10-06T16:03:49.518Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c2b5275-96ab-40e4-9553-33063cd86205 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=? 2021-10-06T16:03:49.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536069922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-06T16:03:49.525Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "multicloud-k8s-id", "timestamp": 1633536070288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T16:03:49.526Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536070927, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:03:49.526Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536073274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536073274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536073274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536073274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536073274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536073274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536073274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:03:49.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536073274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:03:49.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:03:49.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536083778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:03:49.528Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536086343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:03:49.528Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:03:49.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:03:49.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536087347, "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=? 2021-10-06T16:03:49.532Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c2b5275-96ab-40e4-9553-33063cd86205 2021-10-06T16:03:49.532Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c2b5275-96ab-40e4-9553-33063cd86205 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 (?, ?, ?, ?, ?) 2021-10-06T16:04:12.039Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:04:12.068Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:04:12.071Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:04:12.071Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:04:12.072Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-06T16:04:12.072Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-06T16:04:12.072Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:04:12.072Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:04:12.073Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:04:12.073Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:04:12.073Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:04:12.073Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:04:12.073Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:04:12.080Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-06T16:04:42.081Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 85280ae3-1da6-4c47-92d7-6999420748c2 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=? 2021-10-06T16:04:42.087Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 85280ae3-1da6-4c47-92d7-6999420748c2 and serviceModelVersionId: d8b458cc-df65-4cb4-97ae-207d4f43662f 2021-10-06T16:04:42.088Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03dc3cc5-42e8-4f77-af7c-3bf8c61771a4 2021-10-06T16:04:42.089Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03dc3cc5-42e8-4f77-af7c-3bf8c61771a4/model-vers/model-ver/d8b458cc-df65-4cb4-97ae-207d4f43662f?depth=0 2021-10-06T16:04:42.096Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-10-06T16:04:42.155Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03dc3cc5-42e8-4f77-af7c-3bf8c61771a4/model-vers/model-ver/d8b458cc-df65-4cb4-97ae-207d4f43662f?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]} 2021-10-06T16:04:42.159Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03dc3cc5-42e8-4f77-af7c-3bf8c61771a4/model-vers/model-ver/d8b458cc-df65-4cb4-97ae-207d4f43662f?depth=0|INFO|500||Invoke 2021-10-06T16:04:42.191Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03dc3cc5-42e8-4f77-af7c-3bf8c61771a4/model-vers/model-ver/d8b458cc-df65-4cb4-97ae-207d4f43662f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-06T16:04:42.675Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03dc3cc5-42e8-4f77-af7c-3bf8c61771a4/model-vers/model-ver/d8b458cc-df65-4cb4-97ae-207d4f43662f?depth=0|INFO|500||InvokeReturn 2021-10-06T16:04:42.676Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/03dc3cc5-42e8-4f77-af7c-3bf8c61771a4/model-vers/model-ver/d8b458cc-df65-4cb4-97ae-207d4f43662f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211006-16:04:42:201-85325], vertex-id=[270544], Content-Length=[0], Date=[Wed, 06 Oct 2021 16:04:42 GMT], Content-Type=[application/json]} 2021-10-06T16:04:42.677Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-10-06T16:04:42.677Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-06T16:04:42.677Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:04:42.683Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-06T16:04:42.683Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 85280ae3-1da6-4c47-92d7-6999420748c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-06T16:04:42.684Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-06T16:04:42.685Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:42.687Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:42.688Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536282684, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T16:04:42.788Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:04:42.789Z||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. 2021-10-06T16:04:42.790Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:42.802Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:42.802Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 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=? 2021-10-06T16:04:43.699Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-06T16:04:43.699Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c2b5275-96ab-40e4-9553-33063cd86205","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4294d2e5-5cfd-4972-b456-a229a36f3dc4","serviceDescription":"service","serviceInvariantUUID":"7f3a5a6f-c579-43db-b17a-70ce481742de","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e4f9d222-7b98-4da6-90c6-7a01115b489d","resourceInvariantUUID":"1e458b1f-b8b8-4e6f-b4d0-f96103805452","resourceCustomizationUUID":"83e202ec-9ebc-4c6a-baec-2d0a716df30e","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":"Y2I5ZWYxOTUzOGFiZGVlODU3Yjg1ZjE1ODMxMDdhOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a87afd0-7bac-48c7-a7d6-f388b0137896","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":"NjZiZmFiYzBiZGQxZjY4ZTY4ZGU5MjFkZTQxOTZiMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eeb55f75-046b-46a1-bcfc-3f24b3fca17b","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":"e26fb98a-28b8-4451-a234-9172f503b32f","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":"7c988766-a7e2-4ef0-a186-3a871dd4d160","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":"bc52ba69-f9cc-43a1-b0d9-267d8bea680a","artifactVersion":"2","generatedFromUUID":"e26fb98a-28b8-4451-a234-9172f503b32f"},{"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":"NzYwNWUzZWZmYWMzNDMxNmVlNDA0OWZhZDI5MzBlOTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"917f1c31-f51a-49f2-9cd7-b4d3fd295b47","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":"ZDkxMTk5ZDQwM2RlNDgzM2YwODMwZDBmMjViM2UyYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87ef949d-704e-416f-bd3b-13dac55e3d91","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDY4NjA4NGFhMjU5ZjcxMDQyNjEwZGY1ZjliMzVlNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91e185a8-9e98-4ef6-8603-e90e6471a732","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-06T16:04:43.700Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:04:43.700Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:43.703Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:43.703Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:04:43.803Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:04:43.804Z||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. 2021-10-06T16:04:43.804Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:43.810Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:43.810Z||pool-72-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:04:44.704Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:04:44.705Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:44.707Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:44.707Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-06T16:04:44.807Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:04:44.808Z||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. 2021-10-06T16:04:44.808Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:44.818Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:44.819Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:04:45.708Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:04:45.709Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:45.712Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:45.712Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-06T16:04:45.812Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:04:45.813Z||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. 2021-10-06T16:04:45.813Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:45.823Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:45.823Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:04:46.713Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:04:46.713Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:46.716Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:46.716Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:04:46.816Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:04:46.817Z||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. 2021-10-06T16:04:46.817Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:46.824Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:46.824Z||pool-75-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:04:47.717Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:04:47.718Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:47.721Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:47.721Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-06T16:04:47.821Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:04:47.822Z||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. 2021-10-06T16:04:47.822Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:47.828Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:47.828Z||pool-76-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:04:48.722Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:04:48.722Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:48.724Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:48.725Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:04:48.825Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:04:48.825Z||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. 2021-10-06T16:04:48.826Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:48.832Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:48.833Z||pool-77-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:04:48.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:04:48.894Z||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. 2021-10-06T16:04:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:04:49.516Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:49.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:04:49.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "85280ae3-1da6-4c47-92d7-6999420748c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536282684, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T16:04:49.518Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:04:49.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:04:49.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:04:49.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:04:49.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:04:49.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-06T16:04:49.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:04:49.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:04:49.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-06T16:04:49.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:04:49.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:04:49.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:04:49.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:04:49.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:04:49.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-06T16:04:49.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:04:49.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-06T16:04:49.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:04:49.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-06T16:04:49.725Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:04:49.726Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:49.730Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:49.730Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:04:49.830Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:04:49.831Z||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. 2021-10-06T16:04:49.831Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:49.838Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:49.839Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:04:50.731Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:04:50.732Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:50.734Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:50.734Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:04:50.835Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-06T16:04:50.836Z||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. 2021-10-06T16:04:50.836Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:50.842Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:50.843Z||pool-79-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:04:51.735Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4294d2e5-5cfd-4972-b456-a229a36f3dc4", "serviceDescription": "service", "serviceInvariantUUID": "7f3a5a6f-c579-43db-b17a-70ce481742de", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "83e202ec-9ebc-4c6a-baec-2d0a716df30e", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e4f9d222-7b98-4da6-90c6-7a01115b489d", "resourceInvariantUUID": "1e458b1f-b8b8-4e6f-b4d0-f96103805452", "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": "NjZiZmFiYzBiZGQxZjY4ZTY4ZGU5MjFkZTQxOTZiMTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eeb55f75-046b-46a1-bcfc-3f24b3fca17b", "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": "e26fb98a-28b8-4451-a234-9172f503b32f", "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": "bc52ba69-f9cc-43a1-b0d9-267d8bea680a", "generatedFromUUID": "e26fb98a-28b8-4451-a234-9172f503b32f" }, "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": "bc52ba69-f9cc-43a1-b0d9-267d8bea680a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MDY4NjA4NGFhMjU5ZjcxMDQyNjEwZGY1ZjliMzVlNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "91e185a8-9e98-4ef6-8603-e90e6471a732" } ], "workloadContext": "Production" } 2021-10-06T16:04:51.736Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-06T16:04:51.736Z|85280ae3-1da6-4c47-92d7-6999420748c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4294d2e5-5cfd-4972-b456-a229a36f3dc4 ASDC 2021-10-06T16:04:51.737Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4c2b5275-96ab-40e4-9553-33063cd86205 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4294d2e5-5cfd-4972-b456-a229a36f3dc4 ServiceInvariantUUID:7f3a5a6f-c579-43db-b17a-70ce481742de 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:91e185a8-9e98-4ef6-8603-e90e6471a732 ArtifactChecksum:MDY4NjA4NGFhMjU5ZjcxMDQyNjEwZGY1ZjliMzVlNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:83e202ec-9ebc-4c6a-baec-2d0a716df30e ResourceInvariantUUID:1e458b1f-b8b8-4e6f-b4d0-f96103805452 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:e4f9d222-7b98-4da6-90c6-7a01115b489d 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:eeb55f75-046b-46a1-bcfc-3f24b3fca17b ArtifactChecksum:NjZiZmFiYzBiZGQxZjY4ZTY4ZGU5MjFkZTQxOTZiMTI= 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:e26fb98a-28b8-4451-a234-9172f503b32f 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:bc52ba69-f9cc-43a1-b0d9-267d8bea680a 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:bc52ba69-f9cc-43a1-b0d9-267d8bea680a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-06T16:04:51.738Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4294d2e5-5cfd-4972-b456-a229a36f3dc4 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=? 2021-10-06T16:04:51.773Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T16:04:51.774Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-10-06T16:04:51.774Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-10-06T16:04:51.775Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 91e185a8-9e98-4ef6-8603-e90e6471a732 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-06T16:04:51.775Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T16:04:51.776Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-06T16:04:52.760Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T16:04:52.764Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 91e185a8-9e98-4ef6-8603-e90e6471a732 78614 2021-10-06T16:04:52.764Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-10-06T16:04:52.765Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-06T16:04:52.765Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:04:52.765Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:52.767Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:52.767Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536292764, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:04:52.867Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:04:52.868Z||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. 2021-10-06T16:04:52.868Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:52.874Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:52.875Z||pool-80-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:04:53.767Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T16:04:53.768Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-10-06T16:04:53.768Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 91e185a8-9e98-4ef6-8603-e90e6471a732, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:53.769Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-10-06T16:04:53.769Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:53.769Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:53.988Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11453546478593807804/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 2021-10-06T16:04:55.162Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-06T16:04:55.162Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-10-06T16:04:55.162Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:55.162Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-06T16:04:55.162Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:55.162Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:55.162Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:55.163Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:55.163Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:55.163Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:55.163Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:55.163Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:55.163Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-06T16:04:55.163Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-10-06T16:04:55.163Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.163Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:04:55.164Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-06T16:04:55.164Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-10-06T16:04:55.164Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T16:04:55.164Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.164Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:04:55.164Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-06T16:04:55.165Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-10-06T16:04:55.165Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T16:04:55.165Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.165Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:04:55.165Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.165Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-06T16:04:55.165Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-06T16:04:55.165Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-06T16:04:55.166Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-06T16:04:55.166Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-06T16:04:55.166Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-06T16:04:55.166Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.166Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-06T16:04:55.166Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.167Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-06T16:04:55.167Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:04:55.167Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.167Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-06T16:04:55.167Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:04:55.167Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.168Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-06T16:04:55.168Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:04:55.168Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.168Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-06T16:04:55.168Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-06T16:04:55.168Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-06T16:04:55.168Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4495244b-ffe6-4a43-8030-a65fb5362dbf 2021-10-06T16:04:55.169Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.169Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:04:55.169Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.169Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:04:55.169Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.169Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:04:55.169Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:55.169Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:04:55.169Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4294d2e5-5cfd-4972-b456-a229a36f3dc4 Model Version:NULL Model InvariantUuid:7f3a5a6f-c579-43db-b17a-70ce481742de Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:58f79027-25b4-499f-ba6f-0e58e54baae8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1e458b1f-b8b8-4e6f-b4d0-f96103805452 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:83e202ec-9ebc-4c6a-baec-2d0a716df30e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0f2f85d8-815c-4da8-8309-b638dcf675be ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:3b12b842-08d3-40a4-81fa-5767d9f14b38 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4495244b-ffe6-4a43-8030-a65fb5362dbf ModelInvariantUuid:fa50a5dc-38e9-46fa-865c-8a7ac2b03818 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:efb650ec-d28d-4e2d-8bc5-6ab3b69922ba ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:3dbcb77b-a6ac-47eb-8c83-e8ee9b6d8186 ModelInvariantUuid:6a14f20a-56f1-4908-9060-f6e6c7ad1b68 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:75b6ba4b-cb9f-4b95-bbe3-be13e0a11ae7 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-06T16:04:55.175Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: e4f9d222-7b98-4da6-90c6-7a01115b489d Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:04:55.178Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2021-10-06T16:04:55.178Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e4f9d222-7b98-4da6-90c6-7a01115b489d 2021-10-06T16:04:55.178Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eeb55f75-046b-46a1-bcfc-3f24b3fca17b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-06T16:04:55.178Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T16:04:55.178Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-06T16:04:55.499Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T16:04:55.500Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json eeb55f75-046b-46a1-bcfc-3f24b3fca17b 792 2021-10-06T16:04:55.500Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-10-06T16:04:55.500Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-06T16:04:55.500Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:04:55.500Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:55.502Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:55.502Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536295500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T16:04:55.602Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:04:55.603Z||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. 2021-10-06T16:04:55.603Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:55.612Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:55.612Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:04:56.503Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0f2f85d8-815c-4da8-8309-b638dcf675be", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3b12b842-08d3-40a4-81fa-5767d9f14b38", "vfModuleModelCustomizationUUID": "d1fab218-3351-462d-a7cf-e7680935bc4a", "isBase": true, "artifacts": [ "e26fb98a-28b8-4451-a234-9172f503b32f", "bc52ba69-f9cc-43a1-b0d9-267d8bea680a" ], "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": "" } } ] 2021-10-06T16:04:56.508Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3b12b842-08d3-40a4-81fa-5767d9f14b38 VfModuleModelInvariantUUID:0f2f85d8-815c-4da8-8309-b638dcf675be VfModuleModelDescription:NULL Artifacts UUID List:{ e26fb98a-28b8-4451-a234-9172f503b32f , bc52ba69-f9cc-43a1-b0d9-267d8bea680a } 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 } 2021-10-06T16:04:56.510Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0f2f85d8-815c-4da8-8309-b638dcf675be", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3b12b842-08d3-40a4-81fa-5767d9f14b38", "vfModuleModelCustomizationUUID": "d1fab218-3351-462d-a7cf-e7680935bc4a", "isBase": true, "artifacts": [ "e26fb98a-28b8-4451-a234-9172f503b32f", "bc52ba69-f9cc-43a1-b0d9-267d8bea680a" ], "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": "" } } ] 2021-10-06T16:04:56.510Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3b12b842-08d3-40a4-81fa-5767d9f14b38 VfModuleModelInvariantUUID:0f2f85d8-815c-4da8-8309-b638dcf675be VfModuleModelDescription:NULL Artifacts UUID List:{ e26fb98a-28b8-4451-a234-9172f503b32f , bc52ba69-f9cc-43a1-b0d9-267d8bea680a } 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 } 2021-10-06T16:04:56.510Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e26fb98a-28b8-4451-a234-9172f503b32f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-06T16:04:56.510Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T16:04:56.511Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-06T16:04:57.069Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T16:04:57.069Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e26fb98a-28b8-4451-a234-9172f503b32f 5033 2021-10-06T16:04:57.070Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-10-06T16:04:57.070Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-06T16:04:57.070Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:04:57.070Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:57.072Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:57.072Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536297070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T16:04:57.172Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:04:57.173Z||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. 2021-10-06T16:04:57.173Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:57.183Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:57.184Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:04:58.073Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bc52ba69-f9cc-43a1-b0d9-267d8bea680a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-06T16:04:58.073Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T16:04:58.074Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-06T16:04:58.971Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T16:04:58.972Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bc52ba69-f9cc-43a1-b0d9-267d8bea680a 903 2021-10-06T16:04:58.972Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-10-06T16:04:58.972Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-06T16:04:58.972Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:04:58.973Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:04:58.976Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:04:58.976Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536298972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-06T16:04:59.076Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:04:59.077Z||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. 2021-10-06T16:04:59.077Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:04:59.098Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:04:59.099Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:04:59.977Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4294d2e5-5cfd-4972-b456-a229a36f3dc4 2021-10-06T16:04:59.977Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e4f9d222-7b98-4da6-90c6-7a01115b489d ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:04:59.991Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d3d63f1, org.onap.sdc.toscaparser.api.parameters.Input@713f023e, org.onap.sdc.toscaparser.api.parameters.Input@2a1fd435, org.onap.sdc.toscaparser.api.parameters.Input@3aaf5154, org.onap.sdc.toscaparser.api.parameters.Input@1c2b8f1b] 2021-10-06T16:04:59.993Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:59.994Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:04:59.994Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-10-06T16:04:59.994Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 83e202ec-9ebc-4c6a-baec-2d0a716df30e 2021-10-06T16:04:59.994Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 83e202ec-9ebc-4c6a-baec-2d0a716df30e matches Tosca VF Customization UUID: 83e202ec-9ebc-4c6a-baec-2d0a716df30e 2021-10-06T16:04:59.994Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 83e202ec-9ebc-4c6a-baec-2d0a716df30e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-06T16:04:59.996Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:59.997Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:04:59.997Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 83e202ec-9ebc-4c6a-baec-2d0a716df30e: {\"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\"} 2021-10-06T16:04:59.998Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1035c33 2021-10-06T16:04:59.998Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:04:59.998Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-06T16:04:59.998Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d1fab218-3351-462d-a7cf-e7680935bc4a 2021-10-06T16:04:59.998Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d1fab218-3351-462d-a7cf-e7680935bc4a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-06T16:05:00.001Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:05:00.001Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-06T16:05:00.002Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:05:00.002Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:05:00.002Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-06T16:05:00.002Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:05:00.003Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:05:00.003Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-06T16:05:00.003Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-06T16:05:00.003Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-06T16:05:00.003Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4495244b-ffe6-4a43-8030-a65fb5362dbf Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-06T16:05:00.005Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:05:00.006Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-06T16:05:00.006Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:05:00.006Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:05:00.006Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-06T16:05:00.006Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=83e202ec-9ebc-4c6a-baec-2d0a716df30e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:05:00.008Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:05:00.008Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:05:00.008Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4294d2e5-5cfd-4972-b456-a229a36f3dc4: basic_vm_macro 2021-10-06T16:05:00.008Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:05:00.009Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:05:00.009Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:05:00.009Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:05:00.009Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:05:00.009Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:05:00.010Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:05:00.010Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:05:00.010Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:05:00.010Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:05:00.010Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-10-06T16:05:00.084Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e4f9d222-7b98-4da6-90c6-7a01115b489d 1 ASDC deployResourceStructure 2021-10-06T16:05:00.085Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-10-06T16:05:00.085Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-06T16:05:00.085Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:05:00.086Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:05:00.089Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:05:00.089Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536300085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T16:05:00.189Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:05:00.190Z||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. 2021-10-06T16:05:00.190Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:05:00.200Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:05:00.201Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:05:01.090Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-10-06T16:05:01.091Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-06T16:05:01.091Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:05:01.092Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:05:01.094Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:05:01.094Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536301090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-06T16:05:01.194Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:05:01.196Z||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. 2021-10-06T16:05:01.196Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:05:01.206Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:05:01.207Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:05:02.095Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-10-06T16:05:02.096Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-06T16:05:02.096Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:05:02.096Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:05:02.098Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:05:02.098Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536302095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-06T16:05:02.199Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:05:02.199Z||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. 2021-10-06T16:05:02.200Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:05:02.207Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:05:02.208Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:05:03.099Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-10-06T16:05:03.100Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-06T16:05:03.101Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:05:03.101Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:05:03.103Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:05:03.103Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536303099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:05:03.203Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:05:03.204Z||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. 2021-10-06T16:05:03.204Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:05:03.210Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:05:03.211Z||pool-87-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:05:04.104Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c2b5275-96ab-40e4-9553-33063cd86205 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:05:04.117Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c2b5275-96ab-40e4-9553-33063cd86205 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:05:04.119Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:05:04.119Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:05:04.120Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-06T16:05:04.120Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-06T16:05:04.120Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:05:04.120Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:05:04.120Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:05:04.120Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:05:04.120Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:05:04.121Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:05:04.121Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:05:04.125Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-06T16:05:34.125Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c2b5275-96ab-40e4-9553-33063cd86205 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=? 2021-10-06T16:05:34.136Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c2b5275-96ab-40e4-9553-33063cd86205 and serviceModelVersionId: 4294d2e5-5cfd-4972-b456-a229a36f3dc4 2021-10-06T16:05:34.136Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f3a5a6f-c579-43db-b17a-70ce481742de 2021-10-06T16:05:34.137Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f3a5a6f-c579-43db-b17a-70ce481742de/model-vers/model-ver/4294d2e5-5cfd-4972-b456-a229a36f3dc4?depth=0 2021-10-06T16:05:34.145Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-10-06T16:05:34.222Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f3a5a6f-c579-43db-b17a-70ce481742de/model-vers/model-ver/4294d2e5-5cfd-4972-b456-a229a36f3dc4?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]} 2021-10-06T16:05:34.225Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f3a5a6f-c579-43db-b17a-70ce481742de/model-vers/model-ver/4294d2e5-5cfd-4972-b456-a229a36f3dc4?depth=0|INFO|500||Invoke 2021-10-06T16:05:34.259Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f3a5a6f-c579-43db-b17a-70ce481742de/model-vers/model-ver/4294d2e5-5cfd-4972-b456-a229a36f3dc4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-06T16:05:34.394Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f3a5a6f-c579-43db-b17a-70ce481742de/model-vers/model-ver/4294d2e5-5cfd-4972-b456-a229a36f3dc4?depth=0|INFO|500||InvokeReturn 2021-10-06T16:05:34.394Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f3a5a6f-c579-43db-b17a-70ce481742de/model-vers/model-ver/4294d2e5-5cfd-4972-b456-a229a36f3dc4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211006-16:05:34:267-75296], vertex-id=[208960], Content-Length=[0], Date=[Wed, 06 Oct 2021 16:05:34 GMT], Content-Type=[application/json]} 2021-10-06T16:05:34.395Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-10-06T16:05:34.395Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-06T16:05:34.396Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:05:34.400Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-06T16:05:34.400Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c2b5275-96ab-40e4-9553-33063cd86205 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-06T16:05:34.401Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-06T16:05:34.401Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:05:34.406Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:05:34.406Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536334401, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T16:05:34.506Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:05:34.508Z||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. 2021-10-06T16:05:34.508Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:05:34.520Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:05:34.521Z||pool-88-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=? 2021-10-06T16:05:35.424Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:05:35.425Z|4c2b5275-96ab-40e4-9553-33063cd86205|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. 2021-10-06T16:05:35.425Z|4c2b5275-96ab-40e4-9553-33063cd86205|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 FKq332wauIGhwVub) ... 2021-10-06T16:05:45.767Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:05:45.767Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:05:45.768Z|4c2b5275-96ab-40e4-9553-33063cd86205|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. 2021-10-06T16:05:45.768Z|4c2b5275-96ab-40e4-9553-33063cd86205|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 FKq332wauIGhwVub) ... 2021-10-06T16:05:48.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:05:48.895Z||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. 2021-10-06T16:05:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:05:49.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:05:49.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:05:49.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:05:49.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:05:55.305Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:05:55.306Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:05:55.306Z|4c2b5275-96ab-40e4-9553-33063cd86205|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. 2021-10-06T16:05:55.307Z|4c2b5275-96ab-40e4-9553-33063cd86205|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 FKq332wauIGhwVub) ... 2021-10-06T16:06:04.843Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:04.844Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:06:04.844Z|4c2b5275-96ab-40e4-9553-33063cd86205|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. 2021-10-06T16:06:04.844Z|4c2b5275-96ab-40e4-9553-33063cd86205|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 FKq332wauIGhwVub) ... 2021-10-06T16:06:07.265Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:07.266Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-06T16:06:07.267Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ecce138e-26f5-4a0f-9f99-c6a21e9d6704","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"804bb346-5b12-4d45-9786-936f5e492018","serviceDescription":"service","serviceInvariantUUID":"0e69907e-7a66-4375-b217-0eb125a1f8e2","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e293302-ff55-4ddf-9941-0d6244ae1f30","resourceInvariantUUID":"87bdc062-1065-4374-ac95-ccbc5cc03d2b","resourceCustomizationUUID":"919edc00-eb5d-489d-b8f9-a3d9bf15a490","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":"6a74bab3-7a9c-44a5-9300-24c0e77153ee","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":"MThkNjAyOTM5MmE3YjcyMDBmN2MyNjJkNTYyNzY1NWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b750b851-1ad9-48be-a514-60f257b035d5","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":"NDdjOTg0ZmM2M2FiYTIwMzU2NmY0Zjk5MzUzYjQ0NzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a144bf2-0a0d-42b8-9db6-d83bc42306da","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":"d6376b92-c35a-4986-b652-c579032ddf89","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":"0f94e18c-49ab-44df-a377-e413131e8481","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":"121e99a7-2e75-4350-86eb-c8353db121ed","artifactVersion":"2","generatedFromUUID":"d6376b92-c35a-4986-b652-c579032ddf89"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZTJiN2RhNTJjNDE4ODA0MGQ2MmQzOTA1OTdmM2ZiOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7805cea-45f0-4559-ba12-03eab4efe59f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NGUxNzJjMjNhMDI3YzAyNjdhZGI3M2JjOTgyYWM3MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"edf10cef-ddeb-47f0-8477-62d321659fa2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-06T16:06:07.269Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:06:07.269Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:07.272Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:07.272Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:06:07.372Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:06:07.373Z||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. 2021-10-06T16:06:07.373Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:07.390Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:07.391Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:08.273Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:06:08.274Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:08.276Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:08.276Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:06:08.376Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T16:06:08.378Z||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. 2021-10-06T16:06:08.378Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:08.384Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:08.385Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:09.277Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:06:09.278Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:09.280Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:09.280Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-06T16:06:09.381Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:06:09.382Z||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. 2021-10-06T16:06:09.382Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:09.389Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:09.389Z||pool-91-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:10.281Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:06:10.282Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:10.285Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:10.285Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-06T16:06:10.386Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-06T16:06:10.387Z||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. 2021-10-06T16:06:10.387Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:10.394Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:10.394Z||pool-92-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:11.286Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:06:11.288Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:11.291Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:11.292Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:06:11.392Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:06:11.393Z||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. 2021-10-06T16:06:11.393Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:11.400Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:11.401Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:12.293Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:06:12.293Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:12.296Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:12.296Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-06T16:06:12.396Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:06:12.397Z||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. 2021-10-06T16:06:12.397Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:12.405Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:12.405Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:13.297Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:06:13.297Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:13.299Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:13.299Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:06:13.399Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:06:13.401Z||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. 2021-10-06T16:06:13.401Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:13.407Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:13.408Z||pool-95-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:14.300Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:06:14.301Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:14.303Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:14.303Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:06:14.403Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:06:14.404Z||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. 2021-10-06T16:06:14.404Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:14.411Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:14.411Z||pool-96-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:15.305Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "804bb346-5b12-4d45-9786-936f5e492018", "serviceDescription": "service", "serviceInvariantUUID": "0e69907e-7a66-4375-b217-0eb125a1f8e2", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "919edc00-eb5d-489d-b8f9-a3d9bf15a490", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4e293302-ff55-4ddf-9941-0d6244ae1f30", "resourceInvariantUUID": "87bdc062-1065-4374-ac95-ccbc5cc03d2b", "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": "NDdjOTg0ZmM2M2FiYTIwMzU2NmY0Zjk5MzUzYjQ0NzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8a144bf2-0a0d-42b8-9db6-d83bc42306da", "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": "d6376b92-c35a-4986-b652-c579032ddf89", "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": "121e99a7-2e75-4350-86eb-c8353db121ed", "generatedFromUUID": "d6376b92-c35a-4986-b652-c579032ddf89" }, "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": "121e99a7-2e75-4350-86eb-c8353db121ed", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NGUxNzJjMjNhMDI3YzAyNjdhZGI3M2JjOTgyYWM3MjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "edf10cef-ddeb-47f0-8477-62d321659fa2" } ], "workloadContext": "Production" } 2021-10-06T16:06:15.305Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-06T16:06:15.306Z|4c2b5275-96ab-40e4-9553-33063cd86205|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 804bb346-5b12-4d45-9786-936f5e492018 ASDC 2021-10-06T16:06:15.308Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:ecce138e-26f5-4a0f-9f99-c6a21e9d6704 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:804bb346-5b12-4d45-9786-936f5e492018 ServiceInvariantUUID:0e69907e-7a66-4375-b217-0eb125a1f8e2 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:edf10cef-ddeb-47f0-8477-62d321659fa2 ArtifactChecksum:NGUxNzJjMjNhMDI3YzAyNjdhZGI3M2JjOTgyYWM3MjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:919edc00-eb5d-489d-b8f9-a3d9bf15a490 ResourceInvariantUUID:87bdc062-1065-4374-ac95-ccbc5cc03d2b ResourceName:basicclamp ResourceType:VF ResourceUUID:4e293302-ff55-4ddf-9941-0d6244ae1f30 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:8a144bf2-0a0d-42b8-9db6-d83bc42306da ArtifactChecksum:NDdjOTg0ZmM2M2FiYTIwMzU2NmY0Zjk5MzUzYjQ0NzI= 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:d6376b92-c35a-4986-b652-c579032ddf89 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:121e99a7-2e75-4350-86eb-c8353db121ed 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:121e99a7-2e75-4350-86eb-c8353db121ed ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-06T16:06:15.308Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 804bb346-5b12-4d45-9786-936f5e492018 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 (?, ?, ?, ?, ?) 2021-10-06T16:06:15.344Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T16:06:15.344Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-10-06T16:06:15.344Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-10-06T16:06:15.344Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: edf10cef-ddeb-47f0-8477-62d321659fa2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-06T16:06:15.344Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T16:06:15.345Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-06T16:06:15.668Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T16:06:15.672Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar edf10cef-ddeb-47f0-8477-62d321659fa2 73477 2021-10-06T16:06:15.672Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-10-06T16:06:15.672Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-06T16:06:15.673Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:06:15.673Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:15.675Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:15.675Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536375672, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:06:15.775Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:06:15.776Z||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. 2021-10-06T16:06:15.776Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:15.789Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:15.789Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:16.675Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T16:06:16.676Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-10-06T16:06:16.677Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: edf10cef-ddeb-47f0-8477-62d321659fa2, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-06T16:06:16.677Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-10-06T16:06:16.678Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-06T16:06:16.678Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-06T16:06:16.979Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17916642762716659788/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 2021-10-06T16:06:18.186Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-06T16:06:18.187Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-10-06T16:06:18.187Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-06T16:06:18.187Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-06T16:06:18.187Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||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 2021-10-06T16:06:18.187Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||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 2021-10-06T16:06:18.187Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-06T16:06:18.187Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-06T16:06:18.187Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-06T16:06:18.187Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||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 2021-10-06T16:06:18.187Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||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 2021-10-06T16:06:18.188Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-06T16:06:18.188Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-06T16:06:18.188Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-10-06T16:06:18.188Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.188Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:18.188Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-06T16:06:18.188Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-10-06T16:06:18.189Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T16:06:18.189Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.189Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:18.189Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-06T16:06:18.189Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-10-06T16:06:18.189Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T16:06:18.189Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.190Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:18.190Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.190Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-06T16:06:18.190Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-06T16:06:18.190Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-06T16:06:18.190Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-06T16:06:18.190Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-06T16:06:18.190Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-06T16:06:18.190Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.191Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-06T16:06:18.191Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.191Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-06T16:06:18.191Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:06:18.191Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.191Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-06T16:06:18.191Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:06:18.192Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.192Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-06T16:06:18.192Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:06:18.192Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.192Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-06T16:06:18.192Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-06T16:06:18.192Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-06T16:06:18.193Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6b2a9614-3481-40aa-b40a-a2dad86a110f 2021-10-06T16:06:18.193Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.193Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:18.193Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.193Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:18.193Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.193Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:18.193Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:18.193Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:18.194Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:804bb346-5b12-4d45-9786-936f5e492018 Model Version:NULL Model InvariantUuid:0e69907e-7a66-4375-b217-0eb125a1f8e2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:8cb8c764-f4dd-461d-88d7-d64a4a71e962 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:87bdc062-1065-4374-ac95-ccbc5cc03d2b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:919edc00-eb5d-489d-b8f9-a3d9bf15a490 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b2dc4d14-22a6-4c1f-ba30-e4a28ac9e2fc ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:bd7d7377-e74c-46fd-85fd-91547fe2b1be ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6b2a9614-3481-40aa-b40a-a2dad86a110f ModelInvariantUuid:d3c662b3-51a1-440d-bef3-6e57604a8709 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:b7777699-2b60-4f7c-85ab-7f789455b07f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:fb85b982-c4e6-44de-9ee4-1fcf8740f061 ModelInvariantUuid:8df32f35-f230-4271-94cb-1f7fde865adb ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:31c5a59c-d877-4e70-9fde-ee8d8141f2e5 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-06T16:06:18.199Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e293302-ff55-4ddf-9941-0d6244ae1f30 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:06:18.201Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||basicclamp 0 2021-10-06T16:06:18.201Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e293302-ff55-4ddf-9941-0d6244ae1f30 2021-10-06T16:06:18.201Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a144bf2-0a0d-42b8-9db6-d83bc42306da from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-06T16:06:18.201Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T16:06:18.202Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-06T16:06:18.972Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T16:06:18.975Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 8a144bf2-0a0d-42b8-9db6-d83bc42306da 790 2021-10-06T16:06:18.976Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-10-06T16:06:18.976Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-06T16:06:18.976Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:06:18.976Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:18.980Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:18.980Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536378975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T16:06:19.080Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:06:19.082Z||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. 2021-10-06T16:06:19.082Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:19.090Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:19.090Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:19.981Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b2dc4d14-22a6-4c1f-ba30-e4a28ac9e2fc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bd7d7377-e74c-46fd-85fd-91547fe2b1be", "vfModuleModelCustomizationUUID": "27286bbc-9fa4-4e62-b301-499cc3881680", "isBase": true, "artifacts": [ "d6376b92-c35a-4986-b652-c579032ddf89", "121e99a7-2e75-4350-86eb-c8353db121ed" ], "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": "" } } ] 2021-10-06T16:06:19.986Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bd7d7377-e74c-46fd-85fd-91547fe2b1be VfModuleModelInvariantUUID:b2dc4d14-22a6-4c1f-ba30-e4a28ac9e2fc VfModuleModelDescription:NULL Artifacts UUID List:{ d6376b92-c35a-4986-b652-c579032ddf89 , 121e99a7-2e75-4350-86eb-c8353db121ed } 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 } 2021-10-06T16:06:19.987Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b2dc4d14-22a6-4c1f-ba30-e4a28ac9e2fc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bd7d7377-e74c-46fd-85fd-91547fe2b1be", "vfModuleModelCustomizationUUID": "27286bbc-9fa4-4e62-b301-499cc3881680", "isBase": true, "artifacts": [ "d6376b92-c35a-4986-b652-c579032ddf89", "121e99a7-2e75-4350-86eb-c8353db121ed" ], "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": "" } } ] 2021-10-06T16:06:19.988Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bd7d7377-e74c-46fd-85fd-91547fe2b1be VfModuleModelInvariantUUID:b2dc4d14-22a6-4c1f-ba30-e4a28ac9e2fc VfModuleModelDescription:NULL Artifacts UUID List:{ d6376b92-c35a-4986-b652-c579032ddf89 , 121e99a7-2e75-4350-86eb-c8353db121ed } 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 } 2021-10-06T16:06:19.988Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6376b92-c35a-4986-b652-c579032ddf89 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-06T16:06:19.988Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T16:06:19.988Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-06T16:06:21.059Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T16:06:21.060Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml d6376b92-c35a-4986-b652-c579032ddf89 5033 2021-10-06T16:06:21.061Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-06T16:06:21.061Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-06T16:06:21.061Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:06:21.061Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:21.063Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:21.063Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536381061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T16:06:21.164Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-06T16:06:21.165Z||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. 2021-10-06T16:06:21.165Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:21.173Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:21.173Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:22.064Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 121e99a7-2e75-4350-86eb-c8353db121ed from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-06T16:06:22.065Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-10-06T16:06:22.065Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-06T16:06:23.754Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-10-06T16:06:23.755Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 121e99a7-2e75-4350-86eb-c8353db121ed 909 2021-10-06T16:06:23.755Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-06T16:06:23.755Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-06T16:06:23.755Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:06:23.756Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:23.758Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:23.758Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536383755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-06T16:06:23.859Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:06:23.859Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-06T16:06:23.860Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:23.867Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:23.868Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:06:24.759Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 804bb346-5b12-4d45-9786-936f5e492018 2021-10-06T16:06:24.760Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 4e293302-ff55-4ddf-9941-0d6244ae1f30 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:06:24.780Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6dd0be47, org.onap.sdc.toscaparser.api.parameters.Input@5ad4f99f, org.onap.sdc.toscaparser.api.parameters.Input@b8f128f, org.onap.sdc.toscaparser.api.parameters.Input@67d45959, org.onap.sdc.toscaparser.api.parameters.Input@f1ee162] 2021-10-06T16:06:24.783Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.783Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:24.783Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-10-06T16:06:24.784Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 919edc00-eb5d-489d-b8f9-a3d9bf15a490 2021-10-06T16:06:24.784Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 919edc00-eb5d-489d-b8f9-a3d9bf15a490 matches Tosca VF Customization UUID: 919edc00-eb5d-489d-b8f9-a3d9bf15a490 2021-10-06T16:06:24.784Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 919edc00-eb5d-489d-b8f9-a3d9bf15a490 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-06T16:06:24.788Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.788Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:24.789Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 919edc00-eb5d-489d-b8f9-a3d9bf15a490: {\"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\"} 2021-10-06T16:06:24.789Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4448095f 2021-10-06T16:06:24.790Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.790Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-06T16:06:24.790Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27286bbc-9fa4-4e62-b301-499cc3881680 2021-10-06T16:06:24.791Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27286bbc-9fa4-4e62-b301-499cc3881680 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-06T16:06:24.794Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.794Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-06T16:06:24.794Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:06:24.795Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.795Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-06T16:06:24.795Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:06:24.795Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.796Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-06T16:06:24.796Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-06T16:06:24.796Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-06T16:06:24.796Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6b2a9614-3481-40aa-b40a-a2dad86a110f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-06T16:06:24.798Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.799Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-06T16:06:24.799Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-06T16:06:24.799Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.799Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-06T16:06:24.800Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=919edc00-eb5d-489d-b8f9-a3d9bf15a490 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:06:24.801Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.802Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:24.802Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 804bb346-5b12-4d45-9786-936f5e492018: basicclamp 2021-10-06T16:06:24.802Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.802Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:24.803Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.803Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:24.803Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.803Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:24.804Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.804Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:24.804Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:06:24.804Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:06:24.805Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-10-06T16:06:24.887Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 4e293302-ff55-4ddf-9941-0d6244ae1f30 1 ASDC deployResourceStructure 2021-10-06T16:06:24.887Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-10-06T16:06:24.888Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-06T16:06:24.888Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:06:24.888Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:24.891Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:24.891Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536384887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T16:06:24.991Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:06:24.992Z||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. 2021-10-06T16:06:24.992Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:25.000Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:25.001Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:25.902Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-06T16:06:25.903Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-06T16:06:25.903Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:06:25.903Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:25.906Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:25.907Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536385902, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-06T16:06:26.007Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T16:06:26.009Z||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. 2021-10-06T16:06:26.009Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:26.017Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:26.018Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:26.907Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-06T16:06:26.908Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-06T16:06:26.908Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:06:26.908Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:26.925Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:26.925Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536386907, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-06T16:06:27.010Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2021-10-06T16:06:27.012Z||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. 2021-10-06T16:06:27.012Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:27.025Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:27.026Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:27.926Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-10-06T16:06:27.927Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-06T16:06:27.927Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:06:27.927Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:06:27.929Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:06:27.929Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536387926, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:06:28.029Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:06:28.030Z||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. 2021-10-06T16:06:28.030Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:06:28.037Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:28.037Z||pool-104-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:06:28.930Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecce138e-26f5-4a0f-9f99-c6a21e9d6704 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:06:28.941Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecce138e-26f5-4a0f-9f99-c6a21e9d6704 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:06:28.943Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:06:28.943Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:06:28.943Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:06:48.895Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:06:48.899Z||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. 2021-10-06T16:06:48.900Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:06:48.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:06:48.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:06:48.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536048891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:06:48.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:06:48.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:06:48.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536292764, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:06:48.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536295500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536297070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536298972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536300085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:06:48.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:06:48.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536301090, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-06T16:06:48.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:06:48.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:06:48.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536302095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-06T16:06:48.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:06:48.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:06:48.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536303099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:06:48.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:06:48.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:06:48.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c2b5275-96ab-40e4-9553-33063cd86205", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536334401, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T16:06:48.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:06:58.944Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecce138e-26f5-4a0f-9f99-c6a21e9d6704 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:06:58.960Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecce138e-26f5-4a0f-9f99-c6a21e9d6704 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:06:58.963Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:06:58.963Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:06:58.963Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:07:28.963Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecce138e-26f5-4a0f-9f99-c6a21e9d6704 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:07:28.975Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecce138e-26f5-4a0f-9f99-c6a21e9d6704 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:07:28.978Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:07:28.978Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:07:28.978Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:07:48.895Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:07:48.899Z||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. 2021-10-06T16:07:48.899Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:07:49.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:07:49.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "dcae-sch", "timestamp": 1633536357730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-10-06T16:07:49.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "cds", "timestamp": 1633536360589, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "dcae-sch", "timestamp": 1633536357730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "cds", "timestamp": 1633536360589, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "dcae-sch", "timestamp": 1633536357730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "cds", "timestamp": 1633536360589, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-06T16:07:49.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "ves-openapi-manager", "timestamp": 1633536368767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "dcae-sch", "timestamp": 1633536357730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "cds", "timestamp": 1633536360589, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-06T16:07:49.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "ves-openapi-manager", "timestamp": 1633536368767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "dcae-sch", "timestamp": 1633536357730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "cds", "timestamp": 1633536360589, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "ves-openapi-manager", "timestamp": 1633536368767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "dcae-sch", "timestamp": 1633536357730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "cds", "timestamp": 1633536360589, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-06T16:07:49.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "ves-openapi-manager", "timestamp": 1633536368767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536372284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "dcae-sch", "timestamp": 1633536357730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "cds", "timestamp": 1633536360589, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "ves-openapi-manager", "timestamp": 1633536368767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536373272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536372284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "dcae-sch", "timestamp": 1633536357730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "cds", "timestamp": 1633536360589, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:07:49.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536364844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:07:49.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "policy-id", "timestamp": 1633536373658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "ves-openapi-manager", "timestamp": 1633536368767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536373272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536372284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-06T16:07:49.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "policy-id", "timestamp": 1633536373658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "ves-openapi-manager", "timestamp": 1633536368767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "cds", "timestamp": 1633536375607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536375672, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536373272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536372284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-06T16:07:49.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "policy-id", "timestamp": 1633536373658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "ves-openapi-manager", "timestamp": 1633536368767, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "dcae-sch", "timestamp": 1633536376565, "artifactURL": "/sdc/v1/catalog/services/804bb346-5b12-4d45-9786-936f5e492018/resourceInstances/basicclamp0/artifacts/6a74bab3-7a9c-44a5-9300-24c0e77153ee", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "cds", "timestamp": 1633536376616, "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=? 2021-10-06T16:07:49.474Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ecce138e-26f5-4a0f-9f99-c6a21e9d6704 2021-10-06T16:07:49.474Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecce138e-26f5-4a0f-9f99-c6a21e9d6704 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 (?, ?, ?, ?, ?) 2021-10-06T16:07:49.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536373272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536372284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "policy-id", "timestamp": 1633536373658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-06T16:07:49.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "dcae-sch", "timestamp": 1633536377853, "artifactURL": "/sdc/v1/catalog/services/804bb346-5b12-4d45-9786-936f5e492018/resourceInstances/basicclamp0/artifacts/6a74bab3-7a9c-44a5-9300-24c0e77153ee", "status": "DEPLOY_OK" } 2021-10-06T16:07:49.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536373272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536372284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-06T16:07:49.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "policy-id", "timestamp": 1633536373658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "aai-ml", "timestamp": 1633536377864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "dcae-sch", "timestamp": 1633536378856, "artifactURL": "/sdc/v1/catalog/services/804bb346-5b12-4d45-9786-936f5e492018/resourceInstances/basicclamp0/artifacts/6a74bab3-7a9c-44a5-9300-24c0e77153ee", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:07:49.497Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of ecce138e-26f5-4a0f-9f99-c6a21e9d6704 2021-10-06T16:07:49.497Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecce138e-26f5-4a0f-9f99-c6a21e9d6704 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-06T16:07:49.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536373272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536372284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536378975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "policy-id", "timestamp": 1633536373658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "aai-ml", "timestamp": 1633536377864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536373272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536372284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:07:49.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "policy-id", "timestamp": 1633536373658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "aai-ml", "timestamp": 1633536377864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536380101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536373272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:07:49.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536381061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.511Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "policy-id", "timestamp": 1633536373658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:07:49.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "aai-ml", "timestamp": 1633536377864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536380101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "aai-ml", "timestamp": 1633536377864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536380101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-06T16:07:49.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536383269, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "aai-ml", "timestamp": 1633536377864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536383755, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536380101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536383787, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.517Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "policy-id", "timestamp": 1633536383864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.517Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "aai-ml", "timestamp": 1633536377864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536380101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536384887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T16:07:49.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "policy-id", "timestamp": 1633536384874, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:07:49.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "aai-ml", "timestamp": 1633536377864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:07:49.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536380101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "policy-id", "timestamp": 1633536385877, "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=? 2021-10-06T16:07:49.526Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecce138e-26f5-4a0f-9f99-c6a21e9d6704 2021-10-06T16:07:49.527Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecce138e-26f5-4a0f-9f99-c6a21e9d6704 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 (?, ?, ?, ?, ?) 2021-10-06T16:07:49.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536385902, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-06T16:07:49.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536386063, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536386309, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:07:49.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536380101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:07:49.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536386907, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-06T16:07:49.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633536387314, "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=? 2021-10-06T16:07:49.541Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ecce138e-26f5-4a0f-9f99-c6a21e9d6704 2021-10-06T16:07:49.541Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecce138e-26f5-4a0f-9f99-c6a21e9d6704 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 (?, ?, ?, ?, ?) 2021-10-06T16:07:49.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536380101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:07:49.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-06T16:07:49.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "aai-ml", "timestamp": 1633536387880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536387926, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:07:49.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536388159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536389190, "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=? 2021-10-06T16:07:49.554Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecce138e-26f5-4a0f-9f99-c6a21e9d6704 2021-10-06T16:07:49.554Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecce138e-26f5-4a0f-9f99-c6a21e9d6704 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=? 2021-10-06T16:07:49.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "multicloud-k8s-id", "timestamp": 1633536390193, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T16:07:49.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "aai-ml", "timestamp": 1633536394866, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:07:49.562Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "aai-ml", "timestamp": 1633536395871, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:07:49.567Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ecce138e-26f5-4a0f-9f99-c6a21e9d6704 2021-10-06T16:07:49.567Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecce138e-26f5-4a0f-9f99-c6a21e9d6704 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 (?, ?, ?, ?, ?) 2021-10-06T16:07:49.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536399590, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.577Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536400593, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-06T16:07:49.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536402456, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:07:49.578Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536403479, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-06T16:07:49.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:07:49.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:07:49.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "clamp", "timestamp": 1633536404482, "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=? 2021-10-06T16:07:49.583Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ecce138e-26f5-4a0f-9f99-c6a21e9d6704 2021-10-06T16:07:49.584Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecce138e-26f5-4a0f-9f99-c6a21e9d6704 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 (?, ?, ?, ?, ?) 2021-10-06T16:07:58.979Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecce138e-26f5-4a0f-9f99-c6a21e9d6704 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:07:58.989Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecce138e-26f5-4a0f-9f99-c6a21e9d6704 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:07:58.992Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:07:58.992Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:07:58.992Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-06T16:07:58.992Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-06T16:07:58.992Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:07:58.993Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:07:58.993Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:07:58.993Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:07:58.993Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:07:58.993Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:07:58.993Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:07:58.993Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:07:58.997Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-06T16:08:28.998Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ecce138e-26f5-4a0f-9f99-c6a21e9d6704 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=? 2021-10-06T16:08:29.007Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ecce138e-26f5-4a0f-9f99-c6a21e9d6704 and serviceModelVersionId: 804bb346-5b12-4d45-9786-936f5e492018 2021-10-06T16:08:29.007Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0e69907e-7a66-4375-b217-0eb125a1f8e2 2021-10-06T16:08:29.008Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0e69907e-7a66-4375-b217-0eb125a1f8e2/model-vers/model-ver/804bb346-5b12-4d45-9786-936f5e492018?depth=0 2021-10-06T16:08:29.017Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-10-06T16:08:29.073Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e69907e-7a66-4375-b217-0eb125a1f8e2/model-vers/model-ver/804bb346-5b12-4d45-9786-936f5e492018?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]} 2021-10-06T16:08:29.082Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e69907e-7a66-4375-b217-0eb125a1f8e2/model-vers/model-ver/804bb346-5b12-4d45-9786-936f5e492018?depth=0|INFO|500||Invoke 2021-10-06T16:08:29.107Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e69907e-7a66-4375-b217-0eb125a1f8e2/model-vers/model-ver/804bb346-5b12-4d45-9786-936f5e492018?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-06T16:08:29.455Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e69907e-7a66-4375-b217-0eb125a1f8e2/model-vers/model-ver/804bb346-5b12-4d45-9786-936f5e492018?depth=0|INFO|500||InvokeReturn 2021-10-06T16:08:29.456Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e69907e-7a66-4375-b217-0eb125a1f8e2/model-vers/model-ver/804bb346-5b12-4d45-9786-936f5e492018?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211006-16:08:29:124-94274], vertex-id=[446488], Content-Length=[0], Date=[Wed, 06 Oct 2021 16:08:29 GMT], Content-Type=[application/json]} 2021-10-06T16:08:29.456Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-10-06T16:08:29.457Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-06T16:08:29.457Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:08:29.463Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-06T16:08:29.463Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ecce138e-26f5-4a0f-9f99-c6a21e9d6704 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-06T16:08:29.463Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-06T16:08:29.464Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:08:29.466Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:08:29.467Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536509463, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T16:08:29.566Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T16:08:29.568Z||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. 2021-10-06T16:08:29.568Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:08:29.577Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:08:29.578Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 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=? 2021-10-06T16:08:30.478Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:08:30.479Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:08:30.479Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:08:40.699Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:08:40.700Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:08:40.701Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:08:40.701Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:08:48.895Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:08:48.896Z||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. 2021-10-06T16:08:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:08:49.517Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:08:49.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-06T16:08:49.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ecce138e-26f5-4a0f-9f99-c6a21e9d6704", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633536509463, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T16:08:49.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:08:50.238Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:08:50.240Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:08:50.240Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:08:50.241Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:08:59.791Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:08:59.794Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:08:59.795Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:08:59.795Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:09:09.344Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:09:48.891Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:09:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:09:48.893Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:09:48.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:09:48.894Z||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. 2021-10-06T16:09:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:09:58.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:09:58.439Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:10:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:10:48.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:10:48.895Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:10:48.895Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:10:48.895Z||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. 2021-10-06T16:10:48.899Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:10:58.450Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:10:58.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:11:48.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:11:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:11:48.896Z||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. 2021-10-06T16:11:48.896Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:11:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:11:48.896Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:11:58.442Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:11:58.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:12:48.893Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:12:48.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:12:48.896Z||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. 2021-10-06T16:12:48.896Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:12:48.897Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:12:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:12:58.456Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:12:58.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:13:48.891Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:13:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:13:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:13:48.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:13:48.894Z||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. 2021-10-06T16:13:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:13:58.441Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:13:58.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:14:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:14:48.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:14:48.894Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:14:48.894Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:14:48.894Z||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. 2021-10-06T16:14:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:14:58.443Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:14:58.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:15:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:15:48.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:15:48.896Z||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. 2021-10-06T16:15:48.896Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:15:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:15:48.896Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:15:58.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:15:58.446Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:16:48.891Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:16:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:16:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:16:48.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:16:48.894Z||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. 2021-10-06T16:16:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:16:58.437Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:16:58.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:17:48.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:17:48.893Z||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. 2021-10-06T16:17:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:17:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:17:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:17:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:17:58.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:17:58.521Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:18:48.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:18:48.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:18:48.896Z||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. 2021-10-06T16:18:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:18:48.896Z||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. 2021-10-06T16:18:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:18:58.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:18:58.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:19:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:19:48.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:19:48.896Z||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. 2021-10-06T16:19:48.896Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T16:19:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:19:48.897Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T16:19:58.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:19:58.476Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:20:48.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:20:48.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:20:48.894Z||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. 2021-10-06T16:20:48.894Z||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. 2021-10-06T16:20:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:20:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:20:58.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:20:58.471Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:21:48.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:21:48.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:21:48.896Z||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. 2021-10-06T16:21:48.896Z||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. 2021-10-06T16:21:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:21:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:21:58.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:21:58.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:22:48.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:22:48.894Z||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. 2021-10-06T16:22:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:22:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:22:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:22:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:22:58.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:22:58.476Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:23:48.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:23:48.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:23:48.894Z||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. 2021-10-06T16:23:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:23:48.894Z||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. 2021-10-06T16:23:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:23:58.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:23:58.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:23:58.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-06T16:23:58.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"af2cf79c-bca7-47f2-8541-a9ddab8aea1b","serviceName":"Demo_pNF_0kFLU0NLB4sD44wPdmyP","serviceVersion":"1.0","serviceUUID":"1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020","serviceDescription":"catalog service description","serviceInvariantUUID":"85d6c69d-68da-4709-a9a5-b62cdc8484b2","resources":[{"resourceInstanceName":"pNF e1c4558a-314e 0","resourceName":"pNF e1c4558a-314e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0a11a274-1822-4f0f-8151-cc4d63b6021b","resourceInvariantUUID":"4609827e-0dc0-4084-bff1-2135fe71b99a","resourceCustomizationUUID":"f43b5a5d-e534-48fe-9b1b-13175767c36d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vf-license-model.xml","artifactChecksum":"Y2RlMTc5MmZkMDViMmY0YWEwYWQyMGI1Yjg5MWYzYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46126e65-cb9b-47b4-bc99-d6d65b640565","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/pNF.csar","artifactChecksum":"M2M1NWZmNWJlYWIwOWYwMGMxMTMyMjQ5Nzg1OTk4ZWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1efed86f-8798-485b-9df9-5027a4009811","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9ffcde27-779c-437a-99c0-dbf44284d0cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vendor-license-model.xml","artifactChecksum":"MzdmNzMzZjY4MTVhNTA0NzcyYTk2YzVjMzBlNmJkNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"593864b4-d0be-45d4-9309-7a319dd5b28a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"088d6800-f70d-4c5c-8e0b-2fa9d6f56667","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db662432-65d5-45ff-8e84-0f5b4b66d14d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml","artifactChecksum":"NGQwODYzZGM5MzlmYzA5ZmE3YTc0NmY2OGQxMTQzMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d486eb9b-8e27-416a-ae4d-5ef8a2cc9d27","artifactVersion":"1"},{"artifactName":"service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar","artifactChecksum":"N2RmZGU4MTQ5NWVkNGJmMDM4NDc3ZmYzZWExNWI1MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"26d691f0-4080-49d5-b9c2-56fc18c1d846","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-06T16:23:58.605Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:23:58.606Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:23:58.610Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:23:58.610Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:23:58.709Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T16:23:58.711Z||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. 2021-10-06T16:23:58.711Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:23:58.757Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:23:58.759Z||pool-106-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":4,"count":1} 2021-10-06T16:23:59.610Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:23:59.611Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:23:59.613Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:23:59.613Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:23:59.715Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-10-06T16:23:59.716Z||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. 2021-10-06T16:23:59.716Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:23:59.738Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:23:59.739Z||pool-107-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:24:00.614Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:24:00.615Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:24:00.617Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:24:00.617Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:00.717Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:24:00.718Z||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. 2021-10-06T16:24:00.718Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:24:00.733Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:24:00.734Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:24:01.617Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:24:01.618Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:24:01.620Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:24:01.620Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:01.720Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:24:01.721Z||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. 2021-10-06T16:24:01.721Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:24:01.731Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:24:01.731Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:24:02.620Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:24:02.621Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:24:02.623Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:24:02.624Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:02.724Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:24:02.724Z||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. 2021-10-06T16:24:02.725Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:24:02.734Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:24:02.735Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:24:03.624Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:24:03.625Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:24:03.627Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:24:03.627Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:03.727Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:24:03.728Z||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. 2021-10-06T16:24:03.728Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:24:03.736Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:24:03.737Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:24:04.627Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:24:04.628Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:24:04.630Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:24:04.631Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:04.730Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-06T16:24:04.732Z||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. 2021-10-06T16:24:04.733Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:24:04.742Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:24:04.743Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:24:05.631Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:24:05.632Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:24:05.635Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:24:05.635Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:24:05.735Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:24:05.736Z||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. 2021-10-06T16:24:05.736Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:24:05.742Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:24:05.743Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:24:06.636Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "serviceName": "Demo_pNF_0kFLU0NLB4sD44wPdmyP", "serviceVersion": "1.0", "serviceUUID": "1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020", "serviceDescription": "catalog service description", "serviceInvariantUUID": "85d6c69d-68da-4709-a9a5-b62cdc8484b2", "resources": [ { "resourceInstanceName": "pNF e1c4558a-314e 0", "resourceCustomizationUUID": "f43b5a5d-e534-48fe-9b1b-13175767c36d", "resourceName": "pNF e1c4558a-314e", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0a11a274-1822-4f0f-8151-cc4d63b6021b", "resourceInvariantUUID": "4609827e-0dc0-4084-bff1-2135fe71b99a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "artifactChecksum": "N2RmZGU4MTQ5NWVkNGJmMDM4NDc3ZmYzZWExNWI1MDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "26d691f0-4080-49d5-b9c2-56fc18c1d846" } ], "workloadContext": "Production" } 2021-10-06T16:24:06.637Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-06T16:24:06.637Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020 ASDC 2021-10-06T16:24:06.639Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:af2cf79c-bca7-47f2-8541-a9ddab8aea1b ServiceName:Demo_pNF_0kFLU0NLB4sD44wPdmyP ServiceVersion:1.0 ServiceUUID:1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020 ServiceInvariantUUID:85d6c69d-68da-4709-a9a5-b62cdc8484b2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar ArtifactUUID:26d691f0-4080-49d5-b9c2-56fc18c1d846 ArtifactChecksum:N2RmZGU4MTQ5NWVkNGJmMDM4NDc3ZmYzZWExNWI1MDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e1c4558a-314e 0 ResourceCustomizationUUID:f43b5a5d-e534-48fe-9b1b-13175767c36d ResourceInvariantUUID:4609827e-0dc0-4084-bff1-2135fe71b99a ResourceName:pNF e1c4558a-314e ResourceType:PNF ResourceUUID:0a11a274-1822-4f0f-8151-cc4d63b6021b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-06T16:24:06.639Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020 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 (?, ?, ?, ?, ?) 2021-10-06T16:24:06.680Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T16:24:06.681Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-06T16:24:06.681Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-06T16:24:06.682Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 26d691f0-4080-49d5-b9c2-56fc18c1d846 from URL: /sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:06.682Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-06T16:24:06.683Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:08.172Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-06T16:24:08.176Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 26d691f0-4080-49d5-b9c2-56fc18c1d846 82539 2021-10-06T16:24:08.176Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar ASDC sendASDCNotification 2021-10-06T16:24:08.176Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:08.176Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:24:08.176Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:24:08.179Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:24:08.179Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537448176, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:24:08.279Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:24:08.281Z||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. 2021-10-06T16:24:08.281Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:24:08.287Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:24:08.287Z||pool-114-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:24:09.180Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T16:24:09.181Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-06T16:24:09.181Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 26d691f0-4080-49d5-b9c2-56fc18c1d846, URL: /sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar to file: /app/ASDC/1/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:09.181Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:09.182Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:09.182Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:09.443Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5085379625387439295/Definitions/service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml 2021-10-06T16:24:10.246Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-06T16:24:10.247Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-10-06T16:24:10.247Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:10.247Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-06T16:24:10.247Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e1c4558a-314e 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:10.247Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:10.247Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:10.247Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:10.247Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|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-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:10.247Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|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-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:10.247Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|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-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:10.247Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-10-06T16:24:10.248Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:24:10.248Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0kFLU0NLB4sD44wPdmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:24:10.248Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Node template pNF e1c4558a-314e 0 is matching search criteria 2021-10-06T16:24:10.248Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-10-06T16:24:10.248Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e1c4558a-314e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T16:24:10.249Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:24:10.249Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0kFLU0NLB4sD44wPdmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:24:10.249Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Node template pNF e1c4558a-314e 0 is matching search criteria 2021-10-06T16:24:10.249Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-10-06T16:24:10.249Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e1c4558a-314e 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T16:24:10.249Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:24:10.249Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0kFLU0NLB4sD44wPdmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:24:10.249Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:24:10.250Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0kFLU0NLB4sD44wPdmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:24:10.250Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:24:10.250Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0kFLU0NLB4sD44wPdmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:24:10.250Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:24:10.250Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0kFLU0NLB4sD44wPdmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:24:10.250Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:24:10.250Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0kFLU0NLB4sD44wPdmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:24:10.250Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_0kFLU0NLB4sD44wPdmyP Description:catalog service description Model UUID:1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020 Model Version:NULL Model InvariantUuid:85d6c69d-68da-4709-a9a5-b62cdc8484b2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-06T16:24:10.266Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0a11a274-1822-4f0f-8151-cc4d63b6021b Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:24:10.270Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||pNF e1c4558a-314e 0 2021-10-06T16:24:10.270Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0a11a274-1822-4f0f-8151-cc4d63b6021b 2021-10-06T16:24:10.271Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020 2021-10-06T16:24:10.271Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020 2021-10-06T16:24:10.271Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e1c4558a-314e 0 0a11a274-1822-4f0f-8151-cc4d63b6021b ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:24:10.275Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@666a80eb, org.onap.sdc.toscaparser.api.parameters.Input@67abc140, org.onap.sdc.toscaparser.api.parameters.Input@455f3283, org.onap.sdc.toscaparser.api.parameters.Input@54b02e67, org.onap.sdc.toscaparser.api.parameters.Input@666f91c2] 2021-10-06T16:24:10.276Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:24:10.276Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0kFLU0NLB4sD44wPdmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:24:10.276Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020: pNF e1c4558a-314e 2021-10-06T16:24:10.277Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||Processing PNF resource: 0a11a274-1822-4f0f-8151-cc4d63b6021b 2021-10-06T16:24:10.277Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:24:10.277Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_0kFLU0NLB4sD44wPdmyP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:24:10.277Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||Resource customization UUID: f43b5a5d-e534-48fe-9b1b-13175767c36d is the same as notified resource customizationUUID: f43b5a5d-e534-48fe-9b1b-13175767c36d Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-10-06T16:24:10.320Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e1c4558a-314e 0a11a274-1822-4f0f-8151-cc4d63b6021b 0 ASDC deployResourceStructure 2021-10-06T16:24:10.320Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar ASDC sendASDCNotification 2021-10-06T16:24:10.321Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar 2021-10-06T16:24:10.321Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:24:10.321Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:24:10.323Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:24:10.323Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537450320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:24:10.423Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:24:10.424Z||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. 2021-10-06T16:24:10.424Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:24:10.430Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:24:10.430Z||pool-115-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:24:11.324Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af2cf79c-bca7-47f2-8541-a9ddab8aea1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:24:11.335Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af2cf79c-bca7-47f2-8541-a9ddab8aea1b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:24:11.337Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:24:11.337Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:24:11.337Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:24:41.338Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af2cf79c-bca7-47f2-8541-a9ddab8aea1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:24:41.358Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af2cf79c-bca7-47f2-8541-a9ddab8aea1b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:24:41.359Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:24:41.360Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:24:41.360Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:24:48.895Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:24:48.896Z||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. 2021-10-06T16:24:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:24:49.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:24:49.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "clamp", "timestamp": 1633537430100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1633537432284, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "dcae-sch", "timestamp": 1633537437730, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "ves-openapi-manager", "timestamp": 1633537428769, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "policy-id", "timestamp": 1633537433658, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "dcae-sch", "timestamp": 1633537437730, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1633537432284, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "ves-openapi-manager", "timestamp": 1633537428769, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "clamp", "timestamp": 1633537430100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "policy-id", "timestamp": 1633537433658, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "clamp", "timestamp": 1633537430100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1633537432284, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "ves-openapi-manager", "timestamp": 1633537428769, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "dcae-sch", "timestamp": 1633537437730, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "policy-id", "timestamp": 1633537433658, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "cds", "timestamp": 1633537440591, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "clamp", "timestamp": 1633537430100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1633537432284, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "ves-openapi-manager", "timestamp": 1633537428769, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "dcae-sch", "timestamp": 1633537437730, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "policy-id", "timestamp": 1633537433658, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "cds", "timestamp": 1633537440591, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "ves-openapi-manager", "timestamp": 1633537428769, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "clamp", "timestamp": 1633537430100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1633537432284, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "dcae-sch", "timestamp": 1633537437730, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "policy-id", "timestamp": 1633537433658, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "cds", "timestamp": 1633537440591, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "clamp", "timestamp": 1633537430100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "ves-openapi-manager", "timestamp": 1633537428769, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-06T16:24:49.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1633537432284, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "dcae-sch", "timestamp": 1633537437730, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "policy-id", "timestamp": 1633537433658, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "cds", "timestamp": 1633537440591, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "clamp", "timestamp": 1633537430100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "ves-openapi-manager", "timestamp": 1633537428769, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1633537432284, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "dcae-sch", "timestamp": 1633537437730, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "policy-id", "timestamp": 1633537433658, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "cds", "timestamp": 1633537440591, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537428891, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:24:49.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "ves-openapi-manager", "timestamp": 1633537428769, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "clamp", "timestamp": 1633537430100, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:24:49.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "multicloud-k8s-id", "timestamp": 1633537432284, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:24:49.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "dcae-sch", "timestamp": 1633537437730, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "policy-id", "timestamp": 1633537433658, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:24:49.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "cds", "timestamp": 1633537440591, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "cds", "timestamp": 1633537440591, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "policy-id", "timestamp": 1633537448073, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:24:49.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537448176, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:24:49.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "ves-openapi-manager", "timestamp": 1633537448294, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T16:24:49.582Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "cds", "timestamp": 1633537440591, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:24:49.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "policy-id", "timestamp": 1633537449081, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:24:49.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "ves-openapi-manager", "timestamp": 1633537449459, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-06T16:24:49.584Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "policy-id", "timestamp": 1633537450084, "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=? 2021-10-06T16:24:49.591Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af2cf79c-bca7-47f2-8541-a9ddab8aea1b 2021-10-06T16:24:49.591Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId af2cf79c-bca7-47f2-8541-a9ddab8aea1b 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 (?, ?, ?, ?, ?) 2021-10-06T16:24:49.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "cds", "timestamp": 1633537450196, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:24:49.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537450320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:24:49.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "ves-openapi-manager", "timestamp": 1633537450463, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:24:49.605Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of af2cf79c-bca7-47f2-8541-a9ddab8aea1b 2021-10-06T16:24:49.606Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId af2cf79c-bca7-47f2-8541-a9ddab8aea1b and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-06T16:24:49.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "cds", "timestamp": 1633537451208, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-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=? 2021-10-06T16:24:49.616Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af2cf79c-bca7-47f2-8541-a9ddab8aea1b 2021-10-06T16:24:49.617Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId af2cf79c-bca7-47f2-8541-a9ddab8aea1b 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 (?, ?, ?, ?, ?) 2021-10-06T16:24:49.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537453281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "clamp", "timestamp": 1633537454448, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:24:49.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537453281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537453281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537453281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "clamp", "timestamp": 1633537457450, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:24:49.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537453281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "clamp", "timestamp": 1633537458453, "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=? 2021-10-06T16:24:49.635Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af2cf79c-bca7-47f2-8541-a9ddab8aea1b 2021-10-06T16:24:49.635Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId af2cf79c-bca7-47f2-8541-a9ddab8aea1b 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 (?, ?, ?, ?, ?) 2021-10-06T16:24:49.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "aai-ml", "timestamp": 1633537457863, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537453281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "aai-ml", "timestamp": 1633537457863, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537453281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "aai-ml", "timestamp": 1633537457863, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537453281, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:24:49.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "aai-ml", "timestamp": 1633537457863, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "aai-ml", "timestamp": 1633537457863, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "aai-ml", "timestamp": 1633537457863, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/resourceInstances/pnfe1c4558a314e0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537463676, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:24:49.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "aai-ml", "timestamp": 1633537457863, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:24:49.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "aai-ml", "timestamp": 1633537457863, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:24:49.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-06T16:24:49.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537465740, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:24:49.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537466745, "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=? 2021-10-06T16:24:49.653Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af2cf79c-bca7-47f2-8541-a9ddab8aea1b 2021-10-06T16:24:49.653Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId af2cf79c-bca7-47f2-8541-a9ddab8aea1b 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 (?, ?, ?, ?, ?) 2021-10-06T16:24:49.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "aai-ml", "timestamp": 1633537467572, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:24:49.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "aai-ml", "timestamp": 1633537472966, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0kflu0nlb4sd44wpdmyp/1.0/artifacts/service-DemoPnf0kflu0nlb4sd44wpdmyp-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:24:49.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:24:49.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:24:49.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "aai-ml", "timestamp": 1633537473970, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:24:49.668Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af2cf79c-bca7-47f2-8541-a9ddab8aea1b 2021-10-06T16:24:49.668Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId af2cf79c-bca7-47f2-8541-a9ddab8aea1b 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 (?, ?, ?, ?, ?) 2021-10-06T16:25:11.360Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af2cf79c-bca7-47f2-8541-a9ddab8aea1b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:25:11.369Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af2cf79c-bca7-47f2-8541-a9ddab8aea1b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:25:11.372Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:25:11.372Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:25:11.372Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-06T16:25:11.373Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-06T16:25:11.373Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:25:11.373Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:25:11.373Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:25:11.373Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:25:11.373Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:25:11.373Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:25:11.373Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:25:11.373Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:25:11.378Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-06T16:25:41.378Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af2cf79c-bca7-47f2-8541-a9ddab8aea1b 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=? 2021-10-06T16:25:41.398Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af2cf79c-bca7-47f2-8541-a9ddab8aea1b and serviceModelVersionId: 1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020 2021-10-06T16:25:41.398Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85d6c69d-68da-4709-a9a5-b62cdc8484b2 2021-10-06T16:25:41.400Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85d6c69d-68da-4709-a9a5-b62cdc8484b2/model-vers/model-ver/1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020?depth=0 2021-10-06T16:25:41.409Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-10-06T16:25:41.463Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/85d6c69d-68da-4709-a9a5-b62cdc8484b2/model-vers/model-ver/1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020?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]} 2021-10-06T16:25:41.465Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/85d6c69d-68da-4709-a9a5-b62cdc8484b2/model-vers/model-ver/1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020?depth=0|INFO|500||Invoke 2021-10-06T16:25:41.488Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/85d6c69d-68da-4709-a9a5-b62cdc8484b2/model-vers/model-ver/1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-06T16:25:41.860Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/85d6c69d-68da-4709-a9a5-b62cdc8484b2/model-vers/model-ver/1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020?depth=0|INFO|500||InvokeReturn 2021-10-06T16:25:41.861Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/85d6c69d-68da-4709-a9a5-b62cdc8484b2/model-vers/model-ver/1cc90ba8-2ae9-4c5c-994d-d37d3d9a9020?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211006-16:25:41:496-47979], vertex-id=[221256], Content-Length=[0], Date=[Wed, 06 Oct 2021 16:25:41 GMT], Content-Type=[application/json]} 2021-10-06T16:25:41.866Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-10-06T16:25:41.866Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-06T16:25:41.866Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:25:41.874Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-06T16:25:41.874Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af2cf79c-bca7-47f2-8541-a9ddab8aea1b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-06T16:25:41.875Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-06T16:25:41.875Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:25:41.879Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:25:41.879Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537541874, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T16:25:41.979Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:25:41.981Z||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. 2021-10-06T16:25:41.981Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:25:41.995Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:25:41.995Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 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=? 2021-10-06T16:25:42.895Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:25:42.896Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|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. 2021-10-06T16:25:42.896Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|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 FKq332wauIGhwVub) ... 2021-10-06T16:25:48.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:25:48.895Z||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. 2021-10-06T16:25:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:25:49.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:25:49.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-06T16:25:49.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "af2cf79c-bca7-47f2-8541-a9ddab8aea1b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537541874, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T16:25:49.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:25:52.452Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:25:52.454Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:25:52.455Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|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. 2021-10-06T16:25:52.455Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|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 FKq332wauIGhwVub) ... 2021-10-06T16:26:02.021Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:48.891Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:26:48.891Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|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. 2021-10-06T16:26:48.891Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|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 FKq332wauIGhwVub) ... 2021-10-06T16:26:48.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:26:48.894Z||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. 2021-10-06T16:26:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:26:49.054Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:49.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "clamp", "timestamp": 1633537580100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "aai-ml", "timestamp": 1633537577863, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "dcae-sch", "timestamp": 1633537577732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "clamp", "timestamp": 1633537580100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "aai-ml", "timestamp": 1633537577863, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "dcae-sch", "timestamp": 1633537577732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "clamp", "timestamp": 1633537580100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "aai-ml", "timestamp": 1633537577863, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "dcae-sch", "timestamp": 1633537577732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "ves-openapi-manager", "timestamp": 1633537588768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "clamp", "timestamp": 1633537580100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "aai-ml", "timestamp": 1633537577863, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "dcae-sch", "timestamp": 1633537577732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "ves-openapi-manager", "timestamp": 1633537588768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "clamp", "timestamp": 1633537580100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "aai-ml", "timestamp": 1633537577863, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "dcae-sch", "timestamp": 1633537577732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "cds", "timestamp": 1633537590589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "ves-openapi-manager", "timestamp": 1633537588768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "aai-ml", "timestamp": 1633537577863, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "clamp", "timestamp": 1633537580100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "dcae-sch", "timestamp": 1633537577732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "cds", "timestamp": 1633537590589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "ves-openapi-manager", "timestamp": 1633537588768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "multicloud-k8s-id", "timestamp": 1633537592284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "aai-ml", "timestamp": 1633537577863, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "dcae-sch", "timestamp": 1633537577732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "clamp", "timestamp": 1633537580100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "cds", "timestamp": 1633537590589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "ves-openapi-manager", "timestamp": 1633537588768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "multicloud-k8s-id", "timestamp": 1633537592284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "aai-ml", "timestamp": 1633537577863, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "dcae-sch", "timestamp": 1633537577732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "clamp", "timestamp": 1633537580100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "cds", "timestamp": 1633537590589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "policy-id", "timestamp": 1633537593658, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "ves-openapi-manager", "timestamp": 1633537588768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "multicloud-k8s-id", "timestamp": 1633537592284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "aai-ml", "timestamp": 1633537577863, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:26:49.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "dcae-sch", "timestamp": 1633537577732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "clamp", "timestamp": 1633537580100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:26:49.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "cds", "timestamp": 1633537590589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "policy-id", "timestamp": 1633537593658, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "ves-openapi-manager", "timestamp": 1633537588768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-06T16:26:49.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "multicloud-k8s-id", "timestamp": 1633537592284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "cds", "timestamp": 1633537590589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "policy-id", "timestamp": 1633537593658, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "aai-ml", "timestamp": 1633537596387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:26:49.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:26:49.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "ves-openapi-manager", "timestamp": 1633537588768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "multicloud-k8s-id", "timestamp": 1633537592284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "cds", "timestamp": 1633537590589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "policy-id", "timestamp": 1633537593658, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "ves-openapi-manager", "timestamp": 1633537588768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "multicloud-k8s-id", "timestamp": 1633537592284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "cds", "timestamp": 1633537590589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "policy-id", "timestamp": 1633537593658, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "multicloud-k8s-id", "timestamp": 1633537592284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "cds", "timestamp": 1633537590589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:26:49.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "policy-id", "timestamp": 1633537593658, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "ves-openapi-manager", "timestamp": 1633537599585, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-06T16:26:49.084Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:26:49.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "multicloud-k8s-id", "timestamp": 1633537592284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "policy-id", "timestamp": 1633537593658, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "ves-openapi-manager", "timestamp": 1633537600617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-06T16:26:49.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:26:49.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "multicloud-k8s-id", "timestamp": 1633537592284, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:26:49.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "policy-id", "timestamp": 1633537593658, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "ves-openapi-manager", "timestamp": 1633537601622, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-06T16:26:49.103Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 2021-10-06T16:26:49.104Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-06T16:26:49.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "aai-ml", "timestamp": 1633537602067, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:26:49.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:26:49.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "cds", "timestamp": 1633537602084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:26:49.118Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:26:49.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "policy-id", "timestamp": 1633537593658, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:26:49.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "aai-ml", "timestamp": 1633537603071, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:26:49.124Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 2021-10-06T16:26:49.124Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 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 (?, ?, ?, ?, ?) 2021-10-06T16:26:49.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "cds", "timestamp": 1633537603420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:26:49.137Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 2021-10-06T16:26:49.138Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 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 (?, ?, ?, ?, ?) 2021-10-06T16:26:49.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537603272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537603272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "policy-id", "timestamp": 1633537605483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:26:49.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:26:49.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537603272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "policy-id", "timestamp": 1633537606490, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:26:49.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:26:49.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537603272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "clamp", "timestamp": 1633537607485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:26:49.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:26:49.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "policy-id", "timestamp": 1633537607493, "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=? 2021-10-06T16:26:49.153Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 2021-10-06T16:26:49.153Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 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 (?, ?, ?, ?, ?) 2021-10-06T16:26:49.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537603272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:26:49.519Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:49.520Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-06T16:26:49.520Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"043f1b0c-6b0d-42f6-96bb-59ddfb22b238","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"13d1514e-d629-4432-b0ee-b6a12ff620e8","serviceDescription":"service","serviceInvariantUUID":"0a70177f-4e8d-4fb2-95c4-0520a4ff426a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0e93998e-133c-40ca-b695-50ff8e33a2da","resourceInvariantUUID":"a15251e6-9367-43fa-ad65-475cdb0e821e","resourceCustomizationUUID":"ce0d0ef6-29e8-49ed-be67-b45895e1575f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NjQzNjU3MGFmOTE0MmYzN2VmYjg1M2YzMmI1MmFhMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4d5955e-db4c-4dcc-8b7d-1503ab7b86d2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3b86e9c-0899-48bb-887c-a82d4eb1f999","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e989e13d-a8db-4dd0-8f05-efd6df211a44","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YzY2ODM4MTQ4ODBlMzkzODUwNjY5Yzg2NDBlNmY5NTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c1b2d87e-fa2b-4fb4-8400-f5dc4554f621","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"938c178b-56a6-47a6-9b47-0d9f8c7c7013","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f68e1304-100e-4d8b-8ca4-11366fb85a41","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e80dd619-e034-43a5-9b78-0791cf06e39d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MTg0YWVhOGIxZGQ4ZmU5NTg5NDVkNGJkMjlhODE3ZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1057501-edb2-4d4a-addb-43c0ffa551e5","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2Q2MWI0ZjcxZWJjZWU5ZTViZGQ5ODk4MzUyM2VmY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"287ed27d-e7a2-4118-866a-70a9fa75a68b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-06T16:26:49.522Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:26:49.522Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:26:49.525Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:26:49.525Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:49.625Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:26:49.627Z||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. 2021-10-06T16:26:49.627Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:26:49.641Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:49.642Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:26:50.525Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:26:50.527Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:26:50.529Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:26:50.530Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:50.630Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:26:50.631Z||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. 2021-10-06T16:26:50.631Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:26:50.641Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:50.641Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:26:51.530Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:26:51.531Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:26:51.534Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:26:51.534Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:51.635Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-06T16:26:51.636Z||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. 2021-10-06T16:26:51.641Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:26:51.655Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:51.655Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:26:52.534Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:26:52.535Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:26:52.536Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:26:52.537Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:52.639Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:26:52.640Z||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. 2021-10-06T16:26:52.640Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:26:52.648Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:52.648Z||pool-120-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:26:53.537Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:26:53.538Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:26:53.540Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:26:53.540Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:53.641Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:26:53.642Z||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. 2021-10-06T16:26:53.642Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:26:53.652Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:53.653Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:26:54.540Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:26:54.541Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:26:54.543Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:26:54.543Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:54.643Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:26:54.644Z||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. 2021-10-06T16:26:54.644Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:26:54.653Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:54.654Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:26:55.544Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:26:55.544Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:26:55.547Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:26:55.547Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:55.647Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:26:55.650Z||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. 2021-10-06T16:26:55.650Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:26:55.662Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:55.663Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:26:56.547Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:26:56.549Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:26:56.551Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:26:56.551Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:26:56.651Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:26:56.652Z||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. 2021-10-06T16:26:56.652Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:26:56.661Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:56.662Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:26:57.552Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-06T16:26:57.552Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:26:57.556Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:26:57.556Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:26:57.657Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-06T16:26:57.658Z||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. 2021-10-06T16:26:57.658Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:26:57.666Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:57.666Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:26:58.558Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "13d1514e-d629-4432-b0ee-b6a12ff620e8", "serviceDescription": "service", "serviceInvariantUUID": "0a70177f-4e8d-4fb2-95c4-0520a4ff426a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "ce0d0ef6-29e8-49ed-be67-b45895e1575f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0e93998e-133c-40ca-b695-50ff8e33a2da", "resourceInvariantUUID": "a15251e6-9367-43fa-ad65-475cdb0e821e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "Y2Q2MWI0ZjcxZWJjZWU5ZTViZGQ5ODk4MzUyM2VmY2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "287ed27d-e7a2-4118-866a-70a9fa75a68b" } ], "workloadContext": "Production" } 2021-10-06T16:26:58.559Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-06T16:26:58.559Z|af2cf79c-bca7-47f2-8541-a9ddab8aea1b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13d1514e-d629-4432-b0ee-b6a12ff620e8 ASDC 2021-10-06T16:26:58.559Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:043f1b0c-6b0d-42f6-96bb-59ddfb22b238 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:13d1514e-d629-4432-b0ee-b6a12ff620e8 ServiceInvariantUUID:0a70177f-4e8d-4fb2-95c4-0520a4ff426a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:287ed27d-e7a2-4118-866a-70a9fa75a68b ArtifactChecksum:Y2Q2MWI0ZjcxZWJjZWU5ZTViZGQ5ODk4MzUyM2VmY2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:ce0d0ef6-29e8-49ed-be67-b45895e1575f ResourceInvariantUUID:a15251e6-9367-43fa-ad65-475cdb0e821e ResourceName:test-pnf ResourceType:PNF ResourceUUID:0e93998e-133c-40ca-b695-50ff8e33a2da ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-06T16:26:58.559Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13d1514e-d629-4432-b0ee-b6a12ff620e8 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=? 2021-10-06T16:26:58.593Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T16:26:58.594Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-06T16:26:58.594Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-06T16:26:58.594Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 287ed27d-e7a2-4118-866a-70a9fa75a68b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-06T16:26:58.594Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-10-06T16:26:58.595Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-06T16:26:59.770Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-10-06T16:26:59.777Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 287ed27d-e7a2-4118-866a-70a9fa75a68b 105556 2021-10-06T16:26:59.777Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-10-06T16:26:59.778Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-06T16:26:59.778Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-06T16:26:59.778Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:26:59.781Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:26:59.781Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537619777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:26:59.881Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:26:59.885Z||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. 2021-10-06T16:26:59.886Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:26:59.894Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:26:59.895Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-06T16:27:00.783Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-06T16:27:00.786Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-10-06T16:27:00.786Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 287ed27d-e7a2-4118-866a-70a9fa75a68b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-06T16:27:00.787Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-10-06T16:27:00.787Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-06T16:27:00.787Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-06T16:27:00.937Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6441939090933509238/Definitions/service-TestPnfMacro-template.yml 2021-10-06T16:27:01.879Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-06T16:27:01.880Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-10-06T16:27:01.880Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-06T16:27:01.880Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-06T16:27:01.880Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-06T16:27:01.881Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-06T16:27:01.881Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-06T16:27:01.881Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-06T16:27:01.881Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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-TestPnfMacro-csar.csar 2021-10-06T16:27:01.881Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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-TestPnfMacro-csar.csar 2021-10-06T16:27:01.881Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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-TestPnfMacro-csar.csar 2021-10-06T16:27:01.881Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-10-06T16:27:01.882Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:27:01.882Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:27:01.882Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-10-06T16:27:01.882Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-10-06T16:27:01.882Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T16:27:01.883Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:27:01.883Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:27:01.883Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-10-06T16:27:01.883Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-10-06T16:27:01.883Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-06T16:27:01.884Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:27:01.884Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:27:01.884Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:27:01.884Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:27:01.884Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:27:01.884Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:27:01.885Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:27:01.885Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:27:01.885Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:27:01.885Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:27:01.885Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:13d1514e-d629-4432-b0ee-b6a12ff620e8 Model Version:NULL Model InvariantUuid:0a70177f-4e8d-4fb2-95c4-0520a4ff426a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-06T16:27:01.895Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0e93998e-133c-40ca-b695-50ff8e33a2da Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:27:01.899Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||test-pnf 0 2021-10-06T16:27:01.899Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0e93998e-133c-40ca-b695-50ff8e33a2da 2021-10-06T16:27:01.899Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 13d1514e-d629-4432-b0ee-b6a12ff620e8 2021-10-06T16:27:01.899Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 13d1514e-d629-4432-b0ee-b6a12ff620e8 2021-10-06T16:27:01.899Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0e93998e-133c-40ca-b695-50ff8e33a2da ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:27:01.903Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e59c5c1, org.onap.sdc.toscaparser.api.parameters.Input@94ffe1, org.onap.sdc.toscaparser.api.parameters.Input@2d85720, org.onap.sdc.toscaparser.api.parameters.Input@27271b3b, org.onap.sdc.toscaparser.api.parameters.Input@27d0a5d3] 2021-10-06T16:27:01.903Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:27:01.903Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:27:01.904Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 13d1514e-d629-4432-b0ee-b6a12ff620e8: test-pnf 2021-10-06T16:27:01.904Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||Processing PNF resource: 0e93998e-133c-40ca-b695-50ff8e33a2da 2021-10-06T16:27:01.904Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-06T16:27:01.904Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-06T16:27:01.904Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||Resource customization UUID: ce0d0ef6-29e8-49ed-be67-b45895e1575f is the same as notified resource customizationUUID: ce0d0ef6-29e8-49ed-be67-b45895e1575f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-10-06T16:27:01.938Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0e93998e-133c-40ca-b695-50ff8e33a2da 0 ASDC deployResourceStructure 2021-10-06T16:27:01.939Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-10-06T16:27:01.939Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-06T16:27:01.939Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-06T16:27:01.939Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:27:01.942Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:27:01.942Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537621939, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:27:02.042Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:27:02.043Z||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. 2021-10-06T16:27:02.043Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:27:02.051Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:27:02.052Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-10-06T16:27:02.943Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:27:03.141Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:27:03.144Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:27:03.144Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:27:03.144Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:27:03.144Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:27:33.145Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:27:33.158Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:27:33.161Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:27:33.161Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:27:33.162Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:27:33.162Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:27:48.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:27:48.895Z||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. 2021-10-06T16:27:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:27:48.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:27:48.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:27:48.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537603272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:27:48.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:03.162Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:28:03.174Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:28:03.176Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:28:03.177Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:28:03.177Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:28:03.177Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:28:33.178Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:28:33.200Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:28:33.202Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:28:33.202Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:28:33.203Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-06T16:28:33.203Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-06T16:28:48.895Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:28:48.896Z||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. 2021-10-06T16:28:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:28:49.418Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:28:49.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:28:49.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:49.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537603272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:28:49.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:49.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "clamp", "timestamp": 1633537610488, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:28:49.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:28:49.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-06T16:28:49.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:49.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537603272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:28:49.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:49.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "clamp", "timestamp": 1633537611492, "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=? 2021-10-06T16:28:49.431Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 2021-10-06T16:28:49.431Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 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 (?, ?, ?, ?, ?) 2021-10-06T16:28:49.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-06T16:28:49.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:49.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537603272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:28:49.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:49.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-06T16:28:49.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:49.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-06T16:28:49.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:49.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537613880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:28:49.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:28:49.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:28:49.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:49.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-06T16:28:49.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:49.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537615905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:28:49.451Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:28:49.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-06T16:28:49.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:49.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633537616911, "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=? 2021-10-06T16:28:49.459Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 2021-10-06T16:28:49.459Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 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 (?, ?, ?, ?, ?) 2021-10-06T16:28:49.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537608890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-06T16:28:49.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-06T16:28:49.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537619777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-06T16:28:49.475Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:28:49.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:28:49.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537621939, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-06T16:28:49.476Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:29:03.203Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-10-06T16:29:03.217Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-06T16:29:03.220Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-06T16:29:03.220Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-06T16:29:03.221Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-06T16:29:03.221Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-06T16:29:03.221Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:29:03.221Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:29:03.221Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:29:03.221Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:29:03.221Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:29:03.222Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:29:03.222Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-06T16:29:03.222Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-06T16:29:03.226Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-06T16:29:33.228Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 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=? 2021-10-06T16:29:33.247Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 and serviceModelVersionId: 13d1514e-d629-4432-b0ee-b6a12ff620e8 2021-10-06T16:29:33.247Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a70177f-4e8d-4fb2-95c4-0520a4ff426a 2021-10-06T16:29:33.249Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a70177f-4e8d-4fb2-95c4-0520a4ff426a/model-vers/model-ver/13d1514e-d629-4432-b0ee-b6a12ff620e8?depth=0 2021-10-06T16:29:33.262Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-10-06T16:29:33.323Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0a70177f-4e8d-4fb2-95c4-0520a4ff426a/model-vers/model-ver/13d1514e-d629-4432-b0ee-b6a12ff620e8?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]} 2021-10-06T16:29:33.326Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0a70177f-4e8d-4fb2-95c4-0520a4ff426a/model-vers/model-ver/13d1514e-d629-4432-b0ee-b6a12ff620e8?depth=0|INFO|500||Invoke 2021-10-06T16:29:33.363Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0a70177f-4e8d-4fb2-95c4-0520a4ff426a/model-vers/model-ver/13d1514e-d629-4432-b0ee-b6a12ff620e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-06T16:29:33.528Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0a70177f-4e8d-4fb2-95c4-0520a4ff426a/model-vers/model-ver/13d1514e-d629-4432-b0ee-b6a12ff620e8?depth=0|INFO|500||InvokeReturn 2021-10-06T16:29:33.529Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0a70177f-4e8d-4fb2-95c4-0520a4ff426a/model-vers/model-ver/13d1514e-d629-4432-b0ee-b6a12ff620e8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211006-16:29:33:376-68175], vertex-id=[315544], Content-Length=[0], Date=[Wed, 06 Oct 2021 16:29:33 GMT], Content-Type=[application/json]} 2021-10-06T16:29:33.530Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-10-06T16:29:33.530Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-06T16:29:33.530Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-06T16:29:33.536Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-06T16:29:33.536Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 043f1b0c-6b0d-42f6-96bb-59ddfb22b238 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-06T16:29:33.536Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-06T16:29:33.537Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-10-06T16:29:33.543Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-06T16:29:33.543Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537773536, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T16:29:33.644Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-06T16:29:33.645Z||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. 2021-10-06T16:29:33.645Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FKq332wauIGhwVub) ... 2021-10-06T16:29:33.658Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:29:33.658Z||pool-128-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=? 2021-10-06T16:29:34.560Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:29:34.560Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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. 2021-10-06T16:29:34.560Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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 FKq332wauIGhwVub) ... 2021-10-06T16:29:44.794Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:29:44.794Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:29:44.795Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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. 2021-10-06T16:29:44.795Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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 FKq332wauIGhwVub) ... 2021-10-06T16:29:48.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:29:48.895Z||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. 2021-10-06T16:29:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:29:49.520Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:29:49.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-06T16:29:49.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "043f1b0c-6b0d-42f6-96bb-59ddfb22b238", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633537773536, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-06T16:29:49.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-06T16:29:54.333Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:29:54.334Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:29:54.334Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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. 2021-10-06T16:29:54.334Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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 FKq332wauIGhwVub) ... 2021-10-06T16:30:03.894Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:30:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:30:48.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:30:48.895Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:30:48.895Z||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. 2021-10-06T16:30:48.895Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:30:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:30:58.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:30:58.456Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:31:48.891Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:31:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:31:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:31:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:31:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:31:48.895Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:31:58.445Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:31:58.447Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:32:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:32:48.893Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:32:48.893Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:32:48.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:32:48.894Z||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. 2021-10-06T16:32:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:32:58.445Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:32:58.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:33:48.892Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:33:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:33:48.897Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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. 2021-10-06T16:33:48.898Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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 FKq332wauIGhwVub) ... 2021-10-06T16:33:48.897Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T16:33:48.898Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T16:33:58.440Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:33:58.453Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:34:48.891Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:34:48.891Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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. 2021-10-06T16:34:48.891Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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 FKq332wauIGhwVub) ... 2021-10-06T16:34:48.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:34:48.894Z||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. 2021-10-06T16:34:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:34:58.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:34:58.435Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:35:48.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:35:48.893Z||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. 2021-10-06T16:35:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:35:48.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:35:48.894Z||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. 2021-10-06T16:35:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:35:58.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:35:58.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:36:48.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:36:48.895Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:36:48.896Z||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. 2021-10-06T16:36:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:36:48.897Z||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. 2021-10-06T16:36:48.901Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:36:58.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:36:58.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:37:48.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:37:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:37:48.898Z||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. 2021-10-06T16:37:48.898Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T16:37:48.898Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:37:48.898Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T16:37:58.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:37:58.470Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:38:48.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:38:48.892Z||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. 2021-10-06T16:38:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:38:48.894Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:38:48.894Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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. 2021-10-06T16:38:48.894Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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 FKq332wauIGhwVub) ... 2021-10-06T16:38:58.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:38:58.493Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:39:48.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:39:48.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:39:48.895Z||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. 2021-10-06T16:39:48.895Z||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. 2021-10-06T16:39:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:39:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:39:58.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:39:58.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:40:48.895Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:40:48.894Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:40:48.897Z||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. 2021-10-06T16:40:48.897Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:40:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:40:48.898Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:40:58.466Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:40:58.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:41:48.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:41:48.893Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:41:48.897Z||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. 2021-10-06T16:41:48.897Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:41:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:41:48.897Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:41:58.453Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:41:58.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:42:48.891Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:42:48.891Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T16:42:48.892Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T16:42:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:42:48.895Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T16:42:48.895Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T16:42:58.432Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:42:58.432Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:43:48.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:43:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:43:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:43:48.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:43:48.895Z||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. 2021-10-06T16:43:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:43:58.474Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:43:58.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:44:48.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:44:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:44:48.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:44:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:44:48.894Z||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. 2021-10-06T16:44:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:44:58.445Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:44:58.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:45:48.892Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:45:48.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:45:48.896Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:45:48.896Z||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. 2021-10-06T16:45:48.896Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:45:48.896Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:45:58.446Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:45:58.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:46:48.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:46:48.892Z||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. 2021-10-06T16:46:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:46:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:46:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T16:46:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T16:46:58.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:46:58.445Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:47:48.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:47:48.893Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:47:48.894Z||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. 2021-10-06T16:47:48.894Z||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. 2021-10-06T16:47:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:47:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:47:58.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:47:58.455Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:48:48.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:48:48.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:48:48.894Z||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. 2021-10-06T16:48:48.894Z||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. 2021-10-06T16:48:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:48:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:48:58.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:48:58.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:49:48.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:49:48.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:49:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:49:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:49:48.894Z||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. 2021-10-06T16:49:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:49:58.454Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:49:58.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:50:48.892Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:50:48.894Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:50:48.895Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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. 2021-10-06T16:50:48.895Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:50:48.895Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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 FKq332wauIGhwVub) ... 2021-10-06T16:50:48.896Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:50:58.449Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:50:58.458Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:51:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:51:48.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:51:48.897Z||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. 2021-10-06T16:51:48.897Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:51:48.897Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:51:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:51:58.472Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:51:58.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:52:48.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:52:48.892Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:52:48.892Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:52:48.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:52:48.894Z||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. 2021-10-06T16:52:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:52:58.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:52:58.437Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:53:48.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:53:48.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:53:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:53:48.895Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:53:48.895Z||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. 2021-10-06T16:53:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:53:58.484Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:53:58.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:54:48.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:54:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:54:48.898Z||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. 2021-10-06T16:54:48.898Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:54:48.898Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:54:48.898Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:54:58.448Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:54:58.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:55:48.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:55:48.892Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:55:48.892Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:55:48.894Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:55:48.894Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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. 2021-10-06T16:55:48.895Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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 FKq332wauIGhwVub) ... 2021-10-06T16:55:58.443Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:55:58.443Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:56:48.892Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:56:48.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:56:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:56:48.894Z||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. 2021-10-06T16:56:48.895Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:56:48.895Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:56:58.446Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:56:58.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:57:48.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:57:48.892Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:57:48.897Z||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. 2021-10-06T16:57:48.897Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:57:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:57:48.897Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:57:58.465Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:57:58.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:58:48.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:58:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:58:48.898Z||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. 2021-10-06T16:58:48.898Z||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 FKq332wauIGhwVub) ... 2021-10-06T16:58:48.898Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:58:48.898Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:58:58.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:58:58.452Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:59:48.893Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:59:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T16:59:48.896Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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. 2021-10-06T16:59:48.896Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T16:59:48.896Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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 FKq332wauIGhwVub) ... 2021-10-06T16:59:48.896Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T16:59:58.441Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T16:59:58.455Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:00:48.892Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:00:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T17:00:48.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:00:48.894Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T17:00:48.894Z||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. 2021-10-06T17:00:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T17:00:58.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:00:58.472Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:01:17.382Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-06T17:01:48.891Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:01:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T17:01:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T17:01:48.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:01:48.894Z||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. 2021-10-06T17:01:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T17:01:58.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:01:58.446Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:02:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:02:48.894Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:02:48.897Z|958be164-6019-47c5-8589-da8ac32552aa|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. 2021-10-06T17:02:48.897Z|958be164-6019-47c5-8589-da8ac32552aa|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 FKq332wauIGhwVub) ... 2021-10-06T17:02:48.897Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T17:02:48.897Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T17:02:58.446Z|958be164-6019-47c5-8589-da8ac32552aa|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:02:58.446Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:03:48.893Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:03:48.895Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:03:48.898Z|2878e0c8-3608-4145-957b-c8153927c92f|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. 2021-10-06T17:03:48.899Z|2878e0c8-3608-4145-957b-c8153927c92f|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 FKq332wauIGhwVub) ... 2021-10-06T17:03:48.898Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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. 2021-10-06T17:03:48.899Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|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 FKq332wauIGhwVub) ... 2021-10-06T17:03:58.447Z|2878e0c8-3608-4145-957b-c8153927c92f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:03:58.451Z|043f1b0c-6b0d-42f6-96bb-59ddfb22b238|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:04:48.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:04:48.891Z||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. 2021-10-06T17:04:48.891Z||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 FKq332wauIGhwVub) ... 2021-10-06T17:04:48.894Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:04:48.894Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T17:04:48.894Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T17:04:58.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:04:58.440Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:05:48.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:05:48.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:05:48.894Z||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. 2021-10-06T17:05:48.894Z||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. 2021-10-06T17:05:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T17:05:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T17:05:58.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:05:58.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:06:48.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:06:48.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:06:48.896Z||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. 2021-10-06T17:06:48.896Z||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. 2021-10-06T17:06:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T17:06:48.897Z||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 FKq332wauIGhwVub) ... 2021-10-06T17:06:58.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:06:58.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:07:48.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:07:48.892Z||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. 2021-10-06T17:07:48.892Z||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 FKq332wauIGhwVub) ... 2021-10-06T17:07:48.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:07:48.894Z||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. 2021-10-06T17:07:48.894Z||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 FKq332wauIGhwVub) ... 2021-10-06T17:07:58.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:07:58.443Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:08:48.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:08:48.893Z||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. 2021-10-06T17:08:48.893Z||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 FKq332wauIGhwVub) ... 2021-10-06T17:08:48.894Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-06T17:08:48.894Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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. 2021-10-06T17:08:48.894Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|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 FKq332wauIGhwVub) ... 2021-10-06T17:08:58.440Z|ecce138e-26f5-4a0f-9f99-c6a21e9d6704|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-06T17:08:58.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK